mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 18:09:06 +02:00
Few improvments
This commit is contained in:
parent
bfe9c8d31d
commit
ac63e3a790
2 changed files with 3 additions and 6 deletions
|
@ -18,18 +18,15 @@ in
|
|||
|
||||
programs.gnupg.agent.enable = true;
|
||||
|
||||
networking.hostName = hostName; # Define your hostname.
|
||||
networking.hostName = hostName;
|
||||
networking.hostId = "f7cdfbc9";
|
||||
networking.interfaces.enp2s0f0.useDHCP = true;
|
||||
networking.interfaces.enp2s0f1.useDHCP = true;
|
||||
networking.firewall.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
networking.firewall.allowedUDPPorts = [ 80 443 ];
|
||||
|
||||
|
||||
services.zfs.autoSnapshot.enable = true;
|
||||
services.zfs.autoScrub.enable = true;
|
||||
|
||||
system.stateVersion = "21.05"; # Did you read the comment?
|
||||
system.stateVersion = "21.05";
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue