1
0
Fork 0

Bump private

This commit is contained in:
Malte Brandy 2022-03-21 12:15:37 +01:00
parent b4c99fcd9d
commit 5ac133afd8
2 changed files with 25 additions and 25 deletions

View file

@ -17,28 +17,28 @@ in {
services = { services = {
nginx = { nginx = {
enable = lib.mkForce pkgs.withSecrets; enable = lib.mkForce pkgs.withSecrets;
virtualHosts = { virtualHosts =
"tasks.maralorn.de" = { {
forceSSL = true; "tasks.maralorn.de" = {
enableACME = true; forceSSL = true;
locations."/" = { enableACME = true;
proxyPass = "http://[::1]:8000"; locations."/" = {
proxyWebsockets = true; proxyPass = "http://[::1]:8000";
proxyWebsockets = true;
};
}; };
}; "hera.m-0.eu" = {
"hera.m-0.eu" = { default = true;
default = true; forceSSL = true;
forceSSL = true; enableACME = true;
enableACME = true; inherit locations;
inherit locations; };
}; "maralorn.de" = {
"maralorn.de" = { enableACME = true;
enableACME = true; forceSSL = true;
forceSSL = true; inherit locations;
inherit locations; };
}; "fdroid.maralorn.de" = {
"fdroid.maralorn.de" =
{
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations = { locations = {
@ -46,9 +46,9 @@ in {
root = "/var/www/fdroid/repo"; root = "/var/www/fdroid/repo";
}; };
}; };
} };
// pkgs.privateValue {} "extra-sites"; }
}; // pkgs.privateValue {} "extra-sites";
}; };
}; };
} }

@ -1 +1 @@
Subproject commit f069ac78040ccacb9dd6250f4ee4f57cb6b1bc22 Subproject commit 1c7c7f73232ddfbfa92ea0b1a7440ec9c548e214