diff options
-rw-r--r-- | nixos/modules/hosts.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/hosts.nix b/nixos/modules/hosts.nix index 8a53578..809728c 100644 --- a/nixos/modules/hosts.nix +++ b/nixos/modules/hosts.nix @@ -31,10 +31,10 @@ in { "lipwig" = "10.8.0.1"; "dean" = "10.8.0.4"; # Portable - "android" = "10.8.0.2"; + "binky" = "10.8.0.2"; "albert" = "10.8.0.3"; "susan" = "10.8.0.5"; - "binky" = "10.8.0.6"; + "android" = "10.8.0.6"; # Endpoints "spt-omnia" = "10.8.0.50"; "adm-omnia" = "10.8.0.51"; |