diff options
-rw-r--r-- | vali.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 | } |