diff options
author | stuebinm | 2024-03-04 02:14:39 +0100 |
---|---|---|
committer | stuebinm | 2024-03-04 02:14:39 +0100 |
commit | 660cfad9e72c5bd714b5615b0f813e02b92d9293 (patch) | |
tree | b58018156a3b612f60116100a3e3262c3b7aa851 /common | |
parent | 8e17f4cde7cf2d945f79363eef5057bfe61a3533 (diff) |
monit: some kinda reasonable checks
Diffstat (limited to 'common')
-rw-r--r-- | common/headless.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/headless.nix b/common/headless.nix index eff3b1f..14181ef 100644 --- a/common/headless.nix +++ b/common/headless.nix @@ -9,7 +9,7 @@ nix.gc = { automatic = lib.mkDefault true; - options = lib.mkDefault "--delete-older-than 1w"; + options = lib.mkDefault "--delete-older-than 14d"; }; users.users.root.openssh.authorizedKeys.keys = [ |