summary refs log tree commit diff stats
path: root/system/services
diff options
context:
space:
mode:
Diffstat (limited to 'system/services')
-rw-r--r--system/services/nginx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/services/nginx/default.nix b/system/services/nginx/default.nix
index 9a6667f..94d16c2 100644
--- a/system/services/nginx/default.nix
+++ b/system/services/nginx/default.nix
@@ -6,7 +6,7 @@
     acceptTerms = true;
     defaults = {
       email = "admin@vhack.eu";
-      webroot = "/srv/acme/";
+      webroot = "/srv/acme";
     };
   };