diff --git a/machines/albert/configuration.nix b/machines/albert/configuration.nix index d3c4133..e1b63cb 100644 --- a/machines/albert/configuration.nix +++ b/machines/albert/configuration.nix @@ -6,6 +6,7 @@ let in { networking.hostName = "albert"; + networking.networkmanager.enable = true; sops.defaultSopsFile = ./secrets.yaml; sops.secrets.wg_private = {}; diff --git a/machines/fanny/configuration.nix b/machines/fanny/configuration.nix index defb3f4..c1b677b 100644 --- a/machines/fanny/configuration.nix +++ b/machines/fanny/configuration.nix @@ -322,7 +322,10 @@ in services.acpid.enable = true; networking.hostName = "fanny"; - networking.networkmanager.enable = true; + networking.nameservers = [ + "192.168.1.1" + "1.1.1.1" + ]; virtualisation.vmVariant.virtualisation.graphics = false;