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

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