[microvms] rm nameserver option

This commit is contained in:
2025-01-18 11:39:36 +01:00
parent 4553c2c069
commit 02a57d98d0
3 changed files with 0 additions and 3 deletions

View File

@@ -8,7 +8,6 @@ with lib;
networking = {
hostName = mkDefault "durruti";
useDHCP = false;
nameservers = [ "1.1.1.1" ];
};
networking.firewall.allowedTCPPorts = [ 8080 ];

View File

@@ -6,7 +6,6 @@ with lib;
networking = {
hostName = mkDefault "infradocs";
useDHCP = false;
nameservers = [ "1.1.1.1" ];
};
imports = [

View File

@@ -6,7 +6,6 @@ with lib;
networking = {
hostName = mkDefault "uptimekuma";
useDHCP = false;
nameservers = [ "1.1.1.1" ];
};
imports = [