mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Activate https for cloud server
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ inputs, pkgs, ... }:
|
{ inputs, pkgs, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
@@ -48,6 +48,10 @@
|
|||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
root = inputs.aurora-blog-template.packages.${pkgs.system}.default;
|
root = inputs.aurora-blog-template.packages.${pkgs.system}.default;
|
||||||
};
|
};
|
||||||
|
"cloud.thilohohlt.com" = {
|
||||||
|
enableACME = true;
|
||||||
|
forceSSL = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nextcloud = {
|
nextcloud = {
|
||||||
@@ -59,6 +63,7 @@
|
|||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
adminpassFile = "/var/run/nextcloud-pass.txt";
|
adminpassFile = "/var/run/nextcloud-pass.txt";
|
||||||
};
|
};
|
||||||
|
https = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user