enable nextcloud

This commit is contained in:
admin 2024-04-02 19:25:00 +02:00
parent 77f95e8f84
commit a39578fea0
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@
./audiobooks.nix ./audiobooks.nix
./tunnel.nix ./tunnel.nix
./forgejo.nix ./forgejo.nix
# ./nextcloud.nix ./nextcloud.nix
./jellyfin.nix ./jellyfin.nix
./filebrowser.nix ./filebrowser.nix
./tail.nix ./tail.nix

View file

@ -17,8 +17,8 @@ in
services = { services = {
nginx.virtualHosts = { nginx.virtualHosts = {
${domain} = { ${domain} = {
# forceSSL = true; forceSSL = true;
# enableACME = true; enableACME = true;
# Use DNS Challenege. # Use DNS Challenege.
# acmeRoot = null; # acmeRoot = null;
}; };