summaryrefslogtreecommitdiff
path: root/hosts/desktop/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/desktop/configuration.nix')
-rw-r--r--hosts/desktop/configuration.nix5
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 = {