diff options
author | Rory& <root@rory.gay> | 2024-07-04 14:59:36 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-04 14:59:36 +0200 |
commit | dd7b872694441a96b8b042ccbc4b63a96d0b89b9 (patch) | |
tree | 76a25875e08415c38cdb7b5ad8f93241b387d078 /host/Rory-portable/nginx/discord.localhost.nix | |
parent | Update flake inputs (diff) | |
download | Rory-Open-Architecture-dd7b872694441a96b8b042ccbc4b63a96d0b89b9.tar.xz |
Nixfmt
Diffstat (limited to 'host/Rory-portable/nginx/discord.localhost.nix')
-rwxr-xr-x | host/Rory-portable/nginx/discord.localhost.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/Rory-portable/nginx/discord.localhost.nix b/host/Rory-portable/nginx/discord.localhost.nix index 149d2b1..b40e13c 100755 --- a/host/Rory-portable/nginx/discord.localhost.nix +++ b/host/Rory-portable/nginx/discord.localhost.nix @@ -8,7 +8,6 @@ # We don't care about certificates around here... sslCertificate = "${pkgs.path}/nixos/tests/common/acme/server/acme.test.cert.pem"; sslCertificateKey = "${pkgs.path}/nixos/tests/common/acme/server/acme.test.key.pem"; - extraConfig = '' autoindex on; |