diff --git a/profiles/graphical/default.nix b/profiles/graphical/default.nix index 1166290c..bc25c4ab 100644 --- a/profiles/graphical/default.nix +++ b/profiles/graphical/default.nix @@ -40,11 +40,14 @@ ]; }; - networking.networkmanager = { + networking = { + hosts = { "127.0.0.1" = [ "dodona.localhost" "sandbox.localhost" ]; }; + networkmanager = { enable = true; packages = [ pkgs.networkmanager-vpnc ]; wifi.macAddress = "random"; }; +}; virtualisation.docker.enable = true;