diff --git a/machines/vueko/configuration.nix b/machines/vueko/configuration.nix index d412006..d599500 100644 --- a/machines/vueko/configuration.nix +++ b/machines/vueko/configuration.nix @@ -61,6 +61,11 @@ in enableACME = true; forceSSL = true; }; + "bangs.sbruder.de" = { + enableACME = true; + forceSSL = true; + locations."/".proxyPass = "http://localhost:8000"; + }; }; }; @@ -101,4 +106,9 @@ in username = "[-_a-zäöüß]+|SuperUser"; }; }; + + services.bang-evaluator = { + enable = true; + listenAddress = ":8000"; + }; }