Dalinar: Enble automatic garbage collect

This commit is contained in:
Johannes Rothe 2025-03-26 20:49:45 +01:00
parent d23918dbb9
commit 896331cefb

View File

@ -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;