about summary refs log tree commit diff stats
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-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";