Compare commits
No commits in common. "1c15fbeceed0588ffa00081477ca37c00241e036" and "75f612a8575706b6f8ec5425323554a228e555f6" have entirely different histories.
1c15fbecee
...
75f612a857
@ -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 = lib.mkDefault {
|
nix.gc = {
|
||||||
automatic = true;
|
automatic = true;
|
||||||
dates = "weekly";
|
dates = "weekly";
|
||||||
options = "--delete-older-than 30d";
|
options = "--delete-older-than 30d";
|
||||||
@ -76,8 +76,6 @@
|
|||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(import ../../pkgs/overlay.nix)
|
(import ../../pkgs/overlay.nix)
|
||||||
];
|
];
|
||||||
|
@ -27,12 +27,6 @@
|
|||||||
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