diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 18:06:24 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 18:06:24 +0200 |
commit | cfc8e84f30a7b97928eb43e59bc398085564b3b4 (patch) | |
tree | 3f695a103804922174cce81623447e9ec146721f /nix | |
parent | build(cog.toml): Use correct usernames (diff) | |
download | back-cfc8e84f30a7b97928eb43e59bc398085564b3b4.zip |
chore(treewide): Comply with the reuse spec v3.3
Diffstat (limited to 'nix')
-rw-r--r-- | nix/module.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |