diff options
-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 3802ee2..cf6f8c0 100755 --- a/host/Rory-nginx/services/containers/draupnir-cme/root.nix +++ b/host/Rory-nginx/services/containers/draupnir-cme/root.nix @@ -35,7 +35,7 @@ networking.hosts = { "192.168.100.16" = [ "matrix.rory.gay" "rory.gay" ]; - } + }; networking.firewall = { enable = true; |