diff --git a/machines/hosts.nix b/machines/hosts.nix index 624de8d..067179d 100644 --- a/machines/hosts.nix +++ b/machines/hosts.nix @@ -37,7 +37,7 @@ in network = { local = true; hostId = "12"; - address = "192.168.1.12"; + address = "192.168.1.102"; }; }; @@ -46,7 +46,7 @@ in network = { local = true; hostId = "13"; - address = "192.168.1.13"; + address = "192.168.1.103"; }; }; @@ -55,7 +55,7 @@ in network = { local = true; hostId = "15"; - address = "192.168.1.15"; + address = "192.168.1.105"; }; };