summaryrefslogtreecommitdiff
path: root/vali.nix
diff options
context:
space:
mode:
Diffstat (limited to 'vali.nix')
-rw-r--r--vali.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/vali.nix b/vali.nix
index c902d76c..77a8a04c 100644
--- a/vali.nix
+++ b/vali.nix
@@ -151,4 +151,12 @@ rec {
151 binary-caches-parallel-connections = 10 151 binary-caches-parallel-connections = 10
152 ''; 152 '';
153 }; 153 };
154
155 environment.etc."systemd/sleep.conf" = {
156 enable = true;
157 text = ''
158 [Sleep]
159 HibernateMode=shutdown platform
160 '';
161 };
154} 162}