mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-06-22 17:36:56 +02:00
Update configuration.nix
This commit is contained in:
parent
30540b8bfe
commit
09db15caff
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
|||
networking.defaultGateway = { address = "172.31.1.1"; interface = "enp1s0"; };
|
||||
networking.defaultGateway6 = { address = "fe80::1"; interface = "enp1s0"; };
|
||||
networking.nameservers = [ "8.8.8.8" ];
|
||||
networking.firewall.allowedTCPPorts = [ 80 22 25 143 8666 443 587 546 ];
|
||||
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue