diff options
Diffstat (limited to 'nixos/custom-hosts.nix')
-rw-r--r-- | nixos/custom-hosts.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/custom-hosts.nix b/nixos/custom-hosts.nix index 423229e..a0a18b4 100644 --- a/nixos/custom-hosts.nix +++ b/nixos/custom-hosts.nix @@ -15,6 +15,6 @@ in { networking.extraHosts = '' # home IP mapping - 100.91.33.34 ${rootDomainName} ${builtins.concatStringsSep " " (map (x: x + "." + rootDomainName) subdomains)} + 192.168.1.100 ${rootDomainName} ${builtins.concatStringsSep " " (map (x: x + "." + rootDomainName) subdomains)} ''; } |