diff options
author | tv <tv@krebsco.de> | 2016-02-01 17:18:07 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-01 17:18:07 +0100 |
commit | caf6c841d4de0184e29b0523dbee169cbadc03d3 (patch) | |
tree | de9f3b9f0f47c332191ffec1bc53af1b158b889c /tv/1systems/xu.nix | |
parent | d9808bba5855b096b69d0b9285550af59a005f85 (diff) |
tv nginx-public_html: init
Diffstat (limited to 'tv/1systems/xu.nix')
-rw-r--r-- | tv/1systems/xu.nix | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix index 12c115e..4091295 100644 --- a/tv/1systems/xu.nix +++ b/tv/1systems/xu.nix @@ -10,6 +10,7 @@ with lib; ../2configs/exim-retiolum.nix ../2configs/git.nix ../2configs/mail-client.nix + ../2configs/nginx-public_html.nix ../2configs/pulse.nix ../2configs/xserver { @@ -133,16 +134,6 @@ with lib; }; } { - krebs.nginx = { - enable = true; - servers.default.locations = [ - (nameValuePair "~ ^/~(.+?)(/.*)?\$" '' - alias /home/$1/public_html$2; - '') - ]; - }; - } - { krebs.retiolum = { enable = true; connectTo = [ |