summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-07-23 12:30:23 +0200
committerRory& <root@rory.gay>2024-07-23 12:30:23 +0200
commited82eb3ab7e08984f34cfa8aea8012b6d188fbaf (patch)
treed2db4df9801439de7e54fda5770439af30f62bd5
parentUse networking.hosts instead of etc (diff)
downloadRory-Open-Architecture-ed82eb3ab7e08984f34cfa8aea8012b6d188fbaf.tar.xz
;
-rwxr-xr-xhost/Rory-nginx/services/containers/draupnir-cme/root.nix2
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;