summaryrefslogtreecommitdiff
path: root/hosts/desktop
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-28 10:22:13 +0100
committeradikro <adikro@disroot.org>2025-12-28 10:22:13 +0100
commite62d5505293a7c26d33fd60130220f2dea920515 (patch)
tree22d4560f28315ec798db3050ca60cd581fec1bda /hosts/desktop
parent27ee582379442277853fe6935c80007da1f1cc50 (diff)
nh clean fixes plus some cli stuff
Diffstat (limited to 'hosts/desktop')
-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 37ed03a..4956dbe 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -44,7 +44,7 @@
ssh.enable = true;
storage = {
enable = true;
- keepDays = 30;
+ cleanDates = "monthly";
};
users.enable = true;
};