enable nextcloud
This commit is contained in:
parent
77f95e8f84
commit
a39578fea0
2 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue