fix: add nameservers

This commit is contained in:
Yadunand Prem 2025-05-12 17:04:27 -04:00
parent 7176998b53
commit 08789f7edd
No known key found for this signature in database

View File

@ -39,6 +39,7 @@
];
networking = {
nameservers = [ "1.1.1.1" "8.8.8.8" ];
firewall = {
enable = true;
allowedTCPPorts = [22 80 443];