1
0

Compare commits

...

2 Commits

2 changed files with 9 additions and 1 deletions

View File

@ -40,7 +40,7 @@
services.openssh.kbdInteractiveAuthentication = false; services.openssh.kbdInteractiveAuthentication = false;
services.openssh.permitRootLogin = lib.mkDefault "no"; services.openssh.permitRootLogin = lib.mkDefault "no";
nix.gc = { nix.gc = lib.mkDefault {
automatic = true; automatic = true;
dates = "weekly"; dates = "weekly";
options = "--delete-older-than 30d"; options = "--delete-older-than 30d";
@ -76,6 +76,8 @@
acceptTerms = true; acceptTerms = true;
}; };
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.overlays = [ nixpkgs.overlays = [
(import ../../pkgs/overlay.nix) (import ../../pkgs/overlay.nix)
]; ];

View File

@ -27,6 +27,12 @@
git git
]; ];
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 400d";
};
clerie.monitoring = { clerie.monitoring = {
enable = true; enable = true;
id = "201"; id = "201";