From cfc8e84f30a7b97928eb43e59bc398085564b3b4 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 6 Jun 2025 18:06:24 +0200 Subject: chore(treewide): Comply with the reuse spec v3.3 --- nix/module.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix') diff --git a/nix/module.nix b/nix/module.nix index 4a22467..ebdd6d5 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -92,6 +92,7 @@ in { SystemCallFilter = ["~@cpu-emulation @debug @keyring @mount @obsolete @privileged @setuid"]; }; }; + services.nginx.virtualHosts."${cfg.domain}" = { locations."/".proxyPass = "http://127.0.0.1:8000"; -- cgit 1.4.1