From 4057cae9517b121c5ffee8ec6b12ee7ffe8889af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 5 Feb 2023 11:01:41 +0100 Subject: nixos/hosts: fix swap of binky and android in hosts --- nixos/modules/hosts.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/modules') 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"; -- cgit v1.2.3