summary refs log tree commit diff
path: root/host/Rory-nginx/services/containers/draupnir-cme/root.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-nginx/services/containers/draupnir-cme/root.nix')
-rwxr-xr-xhost/Rory-nginx/services/containers/draupnir-cme/root.nix21
1 files changed, 0 insertions, 21 deletions
diff --git a/host/Rory-nginx/services/containers/draupnir-cme/root.nix b/host/Rory-nginx/services/containers/draupnir-cme/root.nix
deleted file mode 100755

index e4da810..0000000 --- a/host/Rory-nginx/services/containers/draupnir-cme/root.nix +++ /dev/null
@@ -1,21 +0,0 @@ -{ ... }: - -{ - environment.etc."resolv.conf".text = '' - nameserver 8.8.8.8 - nameserver 8.4.4.8 - nameserver 1.1.1.1 - nameserver 1.0.0.1 - ''; - - networking.hosts = { - "192.168.100.1" = [ - "matrix.rory.gay" - "rory.gay" - ]; - }; - - networking.firewall = { - enable = true; - }; -}