feat: http for dev env
This commit is contained in:
parent
a7c9143907
commit
e095a35855
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
services.nextcloud = {
|
||||
enable = true;
|
||||
hostName = "sprechtl.ddns.net";
|
||||
https = true;
|
||||
https = false;
|
||||
package = pkgs.nextcloud31;
|
||||
settings = let
|
||||
prot = "http"; # or https
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
services.nginx = {
|
||||
enable = true;
|
||||
virtualHosts.${config.services.nextcloud.hostName} = {
|
||||
forceSSL = true;
|
||||
forceSSL = false;
|
||||
enableACME = true;
|
||||
listen = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue