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
./tunnel.nix
./forgejo.nix
# ./nextcloud.nix
./nextcloud.nix
./jellyfin.nix
./filebrowser.nix
./tail.nix

View file

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