From a738e0be3ab0280ea9985c3ac20f264e05929771 Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 20 Dec 2025 15:53:56 +0100 Subject: added power management for laptop --- hosts/desktop/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/desktop/configuration.nix') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 21fe566..a395b54 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -35,7 +35,10 @@ swapfile.size = 32; }; security.enable = true; - storage.enable = true; + storage = { + enable = true; + keepDays = 14; + }; users.enable = true; }; srv = { -- cgit v1.3