fix: add nameservers
This commit is contained in:
parent
7176998b53
commit
08789f7edd
@ -39,6 +39,7 @@
|
||||
];
|
||||
|
||||
networking = {
|
||||
nameservers = [ "1.1.1.1" "8.8.8.8" ];
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [22 80 443];
|
||||
|
Loading…
Reference in New Issue
Block a user