diff options
author | Karel Kočí <cynerd@email.cz> | 2023-02-05 11:01:41 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-02-05 11:01:41 +0100 |
commit | 4057cae9517b121c5ffee8ec6b12ee7ffe8889af (patch) | |
tree | 93a2b65964b45921e6fb2c2b2dfcdb93dd678a86 /nixos | |
parent | fe9c54e3c6e5afdd7249dcb644f0c21434be9166 (diff) | |
download | nixos-personal-4057cae9517b121c5ffee8ec6b12ee7ffe8889af.tar.gz nixos-personal-4057cae9517b121c5ffee8ec6b12ee7ffe8889af.tar.bz2 nixos-personal-4057cae9517b121c5ffee8ec6b12ee7ffe8889af.zip |
nixos/hosts: fix swap of binky and android in hosts
Diffstat (limited to 'nixos')
-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"; |