sleep for media server
This commit is contained in:
parent
887f0b2bb1
commit
57f516d5f9
1 changed files with 11 additions and 4 deletions
|
@ -215,10 +215,17 @@
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.targets.sleep.enable = false;
|
# systemd.targets.sleep.enable = false;
|
||||||
systemd.targets.suspend.enable = false;
|
# systemd.targets.suspend.enable = false;
|
||||||
systemd.targets.hibernate.enable = false;
|
# systemd.targets.hibernate.enable = false;
|
||||||
systemd.targets.hybrid-sleep.enable = false;
|
# systemd.targets.hybrid-sleep.enable = false;
|
||||||
|
|
||||||
|
systemd.sleep.extraConfig = ''
|
||||||
|
AllowSuspend=no
|
||||||
|
AllowHibernation=no
|
||||||
|
AllowSuspendThenHibernate=no
|
||||||
|
AllowHybridSleep=no
|
||||||
|
'';
|
||||||
|
|
||||||
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
|
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
|
||||||
system.stateVersion = "25.05"; # Did you read the comment?
|
system.stateVersion = "25.05"; # Did you read the comment?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue