diff options
author | lassulus <lass@lassul.us> | 2017-01-30 22:55:30 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-01-30 22:55:30 +0100 |
commit | d9c5f0d8de9e49ac0b406412e781ed1390c6ece6 (patch) | |
tree | 5c8038ae984f0f23b31d5df33dd18d57399bc071 | |
parent | ece8aa5ab92e8e59eb9fcfbbb2d2d0380bd1a5a6 (diff) |
l 1 prism: remove obsolete public_html
-rw-r--r-- | lass/1systems/prism.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lass/1systems/prism.nix b/lass/1systems/prism.nix index 386bcf812..b89fcf013 100644 --- a/lass/1systems/prism.nix +++ b/lass/1systems/prism.nix @@ -203,20 +203,6 @@ in { }; } { - services.nginx = { - enable = true; - virtualHosts.public = { - port = 8088; - locations."~ ^/~(.+?)(/.*)?\$".extraConfig = '' - alias /home/$1/public_html$2; - ''; - }; - }; - krebs.iptables.tables.filter.INPUT.rules = [ - { predicate = "-p tcp --dport 8088"; target = "ACCEPT"; } - ]; - } - { krebs.repo-sync.timerConfig = { OnCalendar = "*:0/5"; }; |