From 5ac133afd8ea9ade0550da67d79d5e6c93ab88bc Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Mon, 21 Mar 2022 12:15:37 +0100 Subject: [PATCH] Bump private --- nixos/machines/hera/web.nix | 48 ++++++++++++++++++------------------- private | 2 +- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/nixos/machines/hera/web.nix b/nixos/machines/hera/web.nix index 75d65f1e..b5124bb7 100644 --- a/nixos/machines/hera/web.nix +++ b/nixos/machines/hera/web.nix @@ -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"; }; }; } diff --git a/private b/private index f069ac78..1c7c7f73 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit f069ac78040ccacb9dd6250f4ee4f57cb6b1bc22 +Subproject commit 1c7c7f73232ddfbfa92ea0b1a7440ec9c548e214