test
This commit is contained in:
parent
67e11a1410
commit
bb02774fad
1 changed files with 6 additions and 6 deletions
|
@ -49,7 +49,7 @@
|
|||
enableIPv6 = false;
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 22 ];
|
||||
allowedTCPPorts = [ ];
|
||||
allowedUDPPorts = [ ];
|
||||
};
|
||||
};
|
||||
|
@ -149,7 +149,7 @@
|
|||
# Garbage collection -- Keep the system clean
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
dates = "daily";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue