diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-05-07 01:08:55 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-05-07 01:08:55 +0200 |
commit | 3dc4f0e4b95deb482979c7876b923b4b73b9b616 (patch) | |
tree | 213aface4a4a6c852aa50151686a9c518ed7a732 /host | |
parent | nginx????? (diff) | |
download | Rory-Open-Architecture-3dc4f0e4b95deb482979c7876b923b4b73b9b616.tar.xz |
missing semicolon
Diffstat (limited to 'host')
-rwxr-xr-x | host/Rory-nginx/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/configuration.nix b/host/Rory-nginx/configuration.nix index 6ecbd59..eaea14b 100755 --- a/host/Rory-nginx/configuration.nix +++ b/host/Rory-nginx/configuration.nix @@ -82,7 +82,7 @@ }; systemd.services.nginx.serviceConfig = { LimitNOFILE=5000000; - } + }; systemd.services.nginx.requires = [ "data.mount" ]; security.acme.acceptTerms = true; security.acme.defaults.email = "root@thearcanebrony.net"; |