summaryrefslogtreecommitdiffstats
path: root/1systems/tv/nomic.nix
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-16 18:07:20 +0200
committertv <tv@shackspace.de>2015-07-16 18:07:20 +0200
commit90eff048495e9cac767644dac1083374ecc521a1 (patch)
treed02728d5f8cda4b77921e8becc1ee3b841458dad /1systems/tv/nomic.nix
parent814eae09ff808eaf50cfb377d07fc9acf868ef52 (diff)
3 tv.nginx: allow multiple server blocks
Diffstat (limited to '1systems/tv/nomic.nix')
-rw-r--r--1systems/tv/nomic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/1systems/tv/nomic.nix b/1systems/tv/nomic.nix
index 1696c509..b6235297 100644
--- a/1systems/tv/nomic.nix
+++ b/1systems/tv/nomic.nix
@@ -32,7 +32,7 @@ with lib;
imports = [ ../../3modules/tv/nginx.nix ];
tv.nginx = {
enable = true;
- retiolum-locations = [
+ servers.default.locations = [
(nameValuePair "~ ^/~(.+?)(/.*)?\$" ''
alias /home/$1/public_html$2;
'')