diff options
| author | adikro <adikro@disroot.org> | 2025-12-20 15:53:56 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-20 15:53:56 +0100 |
| commit | a738e0be3ab0280ea9985c3ac20f264e05929771 (patch) | |
| tree | 96981350e09a2cb2ed39dd6872c1f054e5b611e3 /hosts/desktop/configuration.nix | |
| parent | c1d9af57156f3c95590d9a12c394ee064df9696e (diff) | |
added power management for laptop
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -rw-r--r-- | hosts/desktop/configuration.nix | 5 |
1 files changed, 4 insertions, 1 deletions
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 = { |
