diff options
author | Rory& <root@rory.gay> | 2024-09-10 03:32:08 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-09-10 03:32:08 +0200 |
commit | 0abc5495e9875c74a11c4a708c9fdb60af0d41ef (patch) | |
tree | 9b5c57efa834f86374349622dcf6f3ffd45ff1e5 /host/Rory-nginx/services/containers/draupnir-cme/root.nix | |
parent | synapse fixes (diff) | |
download | Rory-Open-Architecture-0abc5495e9875c74a11c4a708c9fdb60af0d41ef.tar.xz |
fix container
Diffstat (limited to '')
-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" ]; |