diff options
Diffstat (limited to 'host/Rory-nginx/services')
-rwxr-xr-x | host/Rory-nginx/services/containers/draupnir-cme/root.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/containers/draupnir-cme/root.nix b/host/Rory-nginx/services/containers/draupnir-cme/root.nix index aa9bae8..e4da810 100755 --- a/host/Rory-nginx/services/containers/draupnir-cme/root.nix +++ b/host/Rory-nginx/services/containers/draupnir-cme/root.nix @@ -9,7 +9,7 @@ ''; networking.hosts = { - "192.168.100.16" = [ + "192.168.100.1" = [ "matrix.rory.gay" "rory.gay" ]; |