diff options
author | Rory& <root@rory.gay> | 2024-08-28 22:39:35 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-08-28 22:39:35 +0200 |
commit | ee2254a4de2a3176a7a9d803e6d7e3402e6ceb18 (patch) | |
tree | ed262fafeccb17dc63c83464baba04ebf7de6f37 /host/Rory-nginx/configuration.nix | |
parent | Monitoring fixes 2 (diff) | |
download | Rory-Open-Architecture-ee2254a4de2a3176a7a9d803e6d7e3402e6ceb18.tar.xz |
Screw IPv6
Diffstat (limited to '')
-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 456e15c..0ef6995 100755 --- a/host/Rory-nginx/configuration.nix +++ b/host/Rory-nginx/configuration.nix @@ -28,6 +28,7 @@ users.groups.ocp = { }; networking = { hostName = "Rory-nginx"; + enableIPv6 = false; interfaces.ens18.ipv4.addresses = [ { address = "192.168.1.2"; |