summary refs log tree commit diff stats
path: root/sys/systemd/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys/systemd/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/systemd/default.nix b/sys/systemd/default.nix
new file mode 100644
index 0000000..2325e4c
--- /dev/null
+++ b/sys/systemd/default.nix
@@ -0,0 +1,5 @@
+{...}: {
+  systemd.sleep.extraConfig = ''
+    HibernateDelaySec=5m
+  '';
+}