servers: auto gc the nix store
This commit is contained in:
parent
4e23022984
commit
e1c339d7ef
5 changed files with 35 additions and 0 deletions
|
@ -7,6 +7,13 @@
|
|||
./security.nix
|
||||
];
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "Fri *-*-* 00:00:00";
|
||||
options = "--delete-old";
|
||||
randomizedDelaySec = "1h";
|
||||
};
|
||||
|
||||
documentation = {
|
||||
enable = lib.mkDefault false;
|
||||
doc.enable = lib.mkDefault false;
|
||||
|
|
|
@ -8,6 +8,13 @@
|
|||
./security.nix
|
||||
];
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "Fri *-*-* 00:00:00";
|
||||
options = "--delete-old";
|
||||
randomizedDelaySec = "1h";
|
||||
};
|
||||
|
||||
documentation = {
|
||||
enable = lib.mkDefault false;
|
||||
doc.enable = lib.mkDefault false;
|
||||
|
|
|
@ -8,6 +8,13 @@
|
|||
./security.nix
|
||||
];
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "Fri *-*-* 00:00:00";
|
||||
options = "--delete-old";
|
||||
randomizedDelaySec = "1h";
|
||||
};
|
||||
|
||||
documentation = {
|
||||
enable = lib.mkDefault false;
|
||||
doc.enable = lib.mkDefault false;
|
||||
|
|
|
@ -8,6 +8,13 @@
|
|||
./security.nix
|
||||
];
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "Fri *-*-* 00:00:00";
|
||||
options = "--delete-old";
|
||||
randomizedDelaySec = "1h";
|
||||
};
|
||||
|
||||
documentation = {
|
||||
enable = lib.mkDefault false;
|
||||
doc.enable = lib.mkDefault false;
|
||||
|
|
|
@ -7,6 +7,13 @@
|
|||
./security.nix
|
||||
];
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "Fri *-*-* 00:00:00";
|
||||
options = "--delete-old";
|
||||
randomizedDelaySec = "1h";
|
||||
};
|
||||
|
||||
documentation = {
|
||||
enable = lib.mkDefault false;
|
||||
doc.enable = lib.mkDefault false;
|
||||
|
|
Loading…
Reference in a new issue