This commit is contained in:
Glen Goodwin 2023-09-19 12:03:27 -04:00
parent e04a654f94
commit cd74c7b0d4
5 changed files with 22 additions and 13 deletions

View file

@ -99,6 +99,14 @@
wireplumber.enable = true;
};
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
nix.settings.auto-optimise-store = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];