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 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; }; |
