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 = {
|
||||
hostName = "dalinar";
|
||||
nftables.enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user