summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index eb1b5ba4..877d803b 100644
--- a/hel.nix
+++ b/hel.nix
@@ -140,8 +140,7 @@
140 }; 140 };
141 141
142 logind.extraConfig = '' 142 logind.extraConfig = ''
143 HandleLidSwitch=sleep 143 HandleLidSwitch=hybrid-sleep
144 HandleSuspendKey=sleep
145 LidSwitchIgnoreInhibited=no 144 LidSwitchIgnoreInhibited=no
146 ''; 145 '';
147 146
@@ -316,6 +315,8 @@
316 }) 315 })
317 ]; 316 ];
318 }; 317 };
318
319 cgmanager.enable = true;
319 }; 320 };
320 321
321 systemd.services."gpsd".wants = [ "chronyd.service" ]; 322 systemd.services."gpsd".wants = [ "chronyd.service" ];