diff options
Diffstat (limited to 'hosts/desktop')
| -rw-r--r-- | hosts/desktop/configuration.nix | 2 |
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; }; |
