summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-02-19 23:09:07 +0000
committerRory& <root@rory.gay>2025-02-19 23:09:10 +0000
commit2ac50519802b1b75f7bf87a813f06aec63ec51cd (patch)
treea939e14b4643664dea9876bbbfb17dbd170a3b72 /host
parentSet gateway on Rory-ovh (diff)
downloadRory-Open-Architecture-2ac50519802b1b75f7bf87a813f06aec63ec51cd.tar.xz
Migration work
Diffstat (limited to 'host')
-rwxr-xr-xhost/Rory-ovh/configuration.nix2
-rwxr-xr-xhost/Rory-ovh/services/nginx/nginx.nix1
2 files changed, 1 insertions, 2 deletions
diff --git a/host/Rory-ovh/configuration.nix b/host/Rory-ovh/configuration.nix

index 7c9cc50..101d691 100755 --- a/host/Rory-ovh/configuration.nix +++ b/host/Rory-ovh/configuration.nix
@@ -35,7 +35,7 @@ } ]; defaultGateway.interface = "enp98s0f0"; - defaultGateway.address = "51.210.113.254"; + defaultGateway.address = lib.mkForce "51.210.113.254"; nat = { enable = true; internalInterfaces = [ diff --git a/host/Rory-ovh/services/nginx/nginx.nix b/host/Rory-ovh/services/nginx/nginx.nix
index fc6a56e..9fd28bf 100755 --- a/host/Rory-ovh/services/nginx/nginx.nix +++ b/host/Rory-ovh/services/nginx/nginx.nix
@@ -102,7 +102,6 @@ in systemd.services.nginx.serviceConfig = { LimitNOFILE = 5000000; }; - systemd.services.nginx.requires = [ "data.mount" ]; security.acme.acceptTerms = true; security.acme.defaults.email = "root@rory.gay";