diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-04-13 13:32:53 +0300 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2025-04-13 13:32:53 +0300 |
commit | b487953311497ac2544b16d2277f580159fedce7 (patch) | |
tree | 325327b6eb6042ea0a05db66b4a68721e75e253c /nixos/custom-hosts.nix | |
parent | afc232ca26d4b4abb349935793e24fcc3f075e56 (diff) | |
download | nixos-configuration-main.tar.gz nixos-configuration-main.tar.bz2 nixos-configuration-main.zip |
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)} ''; } |