Compare commits
2 Commits
75f612a857
...
1c15fbecee
Author | SHA1 | Date | |
---|---|---|---|
1c15fbecee | |||
ce10724700 |
@ -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)
|
||||||
];
|
];
|
||||||
|
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user