diff --git a/hosts/common/global/network.nix b/hosts/common/global/network.nix index 4fff589..d315455 100644 --- a/hosts/common/global/network.nix +++ b/hosts/common/global/network.nix @@ -1,8 +1,12 @@ { - networking.useDHCP = true; - - networking.firewall = { - enable = false; + networking = { + useDHCP = true; + firewall.enable = false; + extraHosts = '' + 192.168.1.71 c1 + 192.168.1.72 c2 + 192.168.1.73 c3 + ''; }; environment.persistence."/persist" = {