Remove nginx from this copy

This commit is contained in:
Lillian-Violet 2023-11-23 14:56:31 +01:00
parent c858ce45d0
commit b40b5dcc23

View file

@ -31,10 +31,6 @@
services.nextcloud = { services.nextcloud = {
enable = true; enable = true;
hostName = "nextcloud.gladtherescake.eu"; hostName = "nextcloud.gladtherescake.eu";
# Enable built-in virtual host management
# Takes care of somewhat complicated setup
# See here: https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/web-apps/nextcloud.nix#L529
nginx.enable = true;
# Use HTTPS for links # Use HTTPS for links
https = true; https = true;