[microvms] rm nameserver option

This commit is contained in:
2025-01-21 23:10:44 +01:00
parent 4e684de843
commit 6112a59af7
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -6,7 +6,6 @@ with lib;
networking = {
hostName = mkDefault "durruti";
useDHCP = false;
nameservers = [ "1.1.1.1" ];
};
networking.firewall.allowedTCPPorts = [ 8080 ];
-1
View File
@@ -6,7 +6,6 @@ with lib;
networking = {
hostName = mkDefault "infradocs";
useDHCP = false;
nameservers = [ "1.1.1.1" ];
};
imports = [
-1
View File
@@ -6,7 +6,6 @@ with lib;
networking = {
hostName = mkDefault "uptimekuma";
useDHCP = false;
nameservers = [ "1.1.1.1" ];
};
imports = [