about summary refs log tree commit diff stats
path: root/nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-06 18:06:24 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-06 18:06:24 +0200
commitcfc8e84f30a7b97928eb43e59bc398085564b3b4 (patch)
tree3f695a103804922174cce81623447e9ec146721f /nix
parentbuild(cog.toml): Use correct usernames (diff)
downloadback-cfc8e84f30a7b97928eb43e59bc398085564b3b4.zip
chore(treewide): Comply with the reuse spec v3.3
Diffstat (limited to 'nix')
-rw-r--r--nix/module.nix1
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";