summaryrefslogtreecommitdiff
path: root/hosts/desktop/configuration.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-20 16:05:13 +0100
committeradikro <adikro@disroot.org>2025-12-20 16:05:13 +0100
commit1a0ce3881898cab412b3d93ddda0b69849d527bc (patch)
treed6ecf3b1a1e43cd45d7731ba6fc33d97ff77f910 /hosts/desktop/configuration.nix
parenta738e0be3ab0280ea9985c3ac20f264e05929771 (diff)
some more small changes
Diffstat (limited to 'hosts/desktop/configuration.nix')
-rw-r--r--hosts/desktop/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index a395b54..b74efe5 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -37,7 +37,7 @@
security.enable = true;
storage = {
enable = true;
- keepDays = 14;
+ keepDays = 30;
};
users.enable = true;
};