Enable the firewall.
This commit is contained in:
@@ -137,14 +137,14 @@ in
|
||||
nix.settings.keep-derivations = true;
|
||||
|
||||
# Automatic garbage collection
|
||||
nix.gc = lib.mkIf (!config.me.buildingPortable) {
|
||||
# Runs nix-collect-garbage --delete-older-than 5d
|
||||
automatic = true;
|
||||
persistent = true;
|
||||
dates = "monthly";
|
||||
# randomizedDelaySec = "14m";
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
# nix.gc = lib.mkIf (!config.me.buildingPortable) {
|
||||
# # Runs nix-collect-garbage --delete-older-than 5d
|
||||
# automatic = true;
|
||||
# persistent = true;
|
||||
# dates = "monthly";
|
||||
# # randomizedDelaySec = "14m";
|
||||
# options = "--delete-older-than 30d";
|
||||
# };
|
||||
nix.settings.auto-optimise-store = !config.me.buildingPortable;
|
||||
|
||||
environment.systemPackages = [
|
||||
|
||||
Reference in New Issue
Block a user