diff --git a/lambda/configuration.nix b/lambda/configuration.nix index 1a2647e..0b849fc 100644 --- a/lambda/configuration.nix +++ b/lambda/configuration.nix @@ -58,10 +58,6 @@ wifi.scanRandMacAddress = true; wifi.macAddress = "random"; }; - # Xenia's router sucks - networking.resolvconf.enable = true; - networking.nameservers = [ "8.8.8.8" ]; - networking.resolvconf.dnsExtensionMechanism = false; services.openssh = { enable = true;