From d3ce411af1187ecd8372e10926c9543b6bf20e27 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Wed, 31 Aug 2022 08:02:16 -0600 Subject: [PATCH] stan: use correct ip for arst.arst --- hosts/stan/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/stan/default.nix b/hosts/stan/default.nix index 10e4c5a..7464e53 100644 --- a/hosts/stan/default.nix +++ b/hosts/stan/default.nix @@ -37,7 +37,7 @@ in { hosts = { "172.16.30.253" = [ "proxmox-02.vm.calyptix.local" ]; "127.0.0.1" = [ "borg.calyptix.dev" "localhost" ]; - "192.168.122.133" = [ "arst.arst" "vm" ]; + "192.168.122.249" = [ "arst.arst" "vm" ]; }; networkmanager.enable = true;