summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/desktop/configuration.nix2
-rw-r--r--hosts/laptop/configuration.nix5
2 files changed, 2 insertions, 5 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;
};
diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix
index 7688f33..9112b0f 100644
--- a/hosts/laptop/configuration.nix
+++ b/hosts/laptop/configuration.nix
@@ -35,10 +35,7 @@
power.enable = true;
security.enable = true;
ssh.enable = true;
- storage = {
- enable = true;
- keepDays = 14;
- };
+ storage.enable = true;
users.enable = true;
};
srv = {