Dalinar: Enble automatic garbage collect
This commit is contained in:
parent
d23918dbb9
commit
896331cefb
@ -34,6 +34,12 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nix.gc = {
|
||||||
|
automatic = true;
|
||||||
|
dates = "weekly";
|
||||||
|
options = "--delete-older-than 30d";
|
||||||
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "dalinar";
|
hostName = "dalinar";
|
||||||
nftables.enable = true;
|
nftables.enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user