diff options
author | Rory& <root@rory.gay> | 2024-07-23 12:30:23 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-23 12:30:23 +0200 |
commit | ed82eb3ab7e08984f34cfa8aea8012b6d188fbaf (patch) | |
tree | d2db4df9801439de7e54fda5770439af30f62bd5 | |
parent | Use networking.hosts instead of etc (diff) | |
download | Rory-Open-Architecture-ed82eb3ab7e08984f34cfa8aea8012b6d188fbaf.tar.xz |
;
-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; |