enable nextcloud
This commit is contained in:
parent
77f95e8f84
commit
a39578fea0
|
@ -19,7 +19,7 @@
|
|||
./audiobooks.nix
|
||||
./tunnel.nix
|
||||
./forgejo.nix
|
||||
# ./nextcloud.nix
|
||||
./nextcloud.nix
|
||||
./jellyfin.nix
|
||||
./filebrowser.nix
|
||||
./tail.nix
|
||||
|
|
|
@ -17,8 +17,8 @@ in
|
|||
services = {
|
||||
nginx.virtualHosts = {
|
||||
${domain} = {
|
||||
# forceSSL = true;
|
||||
# enableACME = true;
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
# Use DNS Challenege.
|
||||
# acmeRoot = null;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue