diff --git a/configuration.nix b/configuration.nix index 4392df9..7bb9d93 100644 --- a/configuration.nix +++ b/configuration.nix @@ -109,6 +109,14 @@ recommendedProxySettings = true; }; }; + "dms.blubb.fish" = { + addSSL = true; + enableACME = true; + locations."/" = { + proxyPass = "http://10.0.0.103:8000/"; + recommendedProxySettings = true; + }; + }; }; }; };