mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-05-24 23:31:12 +02:00
base: use RFC42 format for systemd.sleep
This commit is contained in:
@@ -77,10 +77,10 @@
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
# These are servers, sleep is for the weak
|
# These are servers, sleep is for the weak
|
||||||
systemd.sleep.extraConfig = lib.mkDefault ''
|
systemd.sleep.settings.Sleep = {
|
||||||
AllowSuspend=no
|
AllowSuspend = lib.mkDefault false;
|
||||||
AllowHibernation=no
|
AllowHibernation = lib.mkDefault false;
|
||||||
'';
|
};
|
||||||
|
|
||||||
# users.mutableUsers = lib.mkDefault false;
|
# users.mutableUsers = lib.mkDefault false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user