Add dev domains to hosts

This commit is contained in:
Charlotte Van Petegem 2020-03-13 09:36:12 +01:00
parent d7c1a27ed7
commit c7085af919

View file

@ -40,11 +40,14 @@
]; ];
}; };
networking.networkmanager = { networking = {
hosts = { "127.0.0.1" = [ "dodona.localhost" "sandbox.localhost" ]; };
networkmanager = {
enable = true; enable = true;
packages = [ pkgs.networkmanager-vpnc ]; packages = [ pkgs.networkmanager-vpnc ];
wifi.macAddress = "random"; wifi.macAddress = "random";
}; };
};
virtualisation.docker.enable = true; virtualisation.docker.enable = true;