diff options
author | Rory&::Emma <root@rory.gay> | 2023-11-01 17:13:31 +0000 |
---|---|---|
committer | Rory&::Emma <root@rory.gay> | 2023-11-01 17:13:31 +0000 |
commit | 81c753d78ed8a4d25ee5af755460af6bf9600d58 (patch) | |
tree | 3a2855a6ff2019d21c8c1d9414533cadb79437b1 /host | |
parent | Update nginx (diff) | |
download | Rory-Open-Architecture-81c753d78ed8a4d25ee5af755460af6bf9600d58.tar.xz |
Updates
Diffstat (limited to 'host')
-rwxr-xr-x | host/Rory-nginx/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/Rory-nginx/configuration.nix b/host/Rory-nginx/configuration.nix index 8b1a915..ea023d6 100755 --- a/host/Rory-nginx/configuration.nix +++ b/host/Rory-nginx/configuration.nix @@ -26,6 +26,7 @@ address = "10.10.10.2"; prefixLength = 16; } ]; + defaultGateway.interface = "ens18"; # extraHosts = '' # 127.0.0.1 rory.gay # 127.0.0.1 matrix.rory.gay |