diff --git a/modules/nixos/hosts.nix b/modules/nixos/hosts.nix index 5698dfc..467d9ba 100644 --- a/modules/nixos/hosts.nix +++ b/modules/nixos/hosts.nix @@ -4,10 +4,10 @@ config = { networking.hosts = { "100.95.131.43" = [ "whitepc" ]; - "192.168.68.66" = [ "guix-rebound" "sydpc" ]; - "192.168.68.79" = [ "deertopia" ]; - "192.168.68.55" = [ "fruitbook" ]; - "192.168.68.62" = [ "buffalo-nas" ]; + "10.0.0.109" = [ "guix-rebound" "sydpc" ]; + "10.0.0.248" = [ "deertopia" ]; + "10.0.0.218" = [ "fruitbook" ]; + "10.0.0.203" = [ "buffalo-nas" ]; }; }; }