diff options
author | Ben Sima <ben@bsima.me> | 2019-05-22 21:32:35 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-22 21:32:35 -0700 |
commit | ffa02913a1deae3cf849be509fb4f98783133c09 (patch) | |
tree | d4916180fb0b9da8c38293dfa20ad349a28960b3 /depo/nutin-madaj/git.nix | |
parent | f2ed7e8eb50f39a173382d11f927e049b4a465e0 (diff) |
switch to nginx only
Diffstat (limited to 'depo/nutin-madaj/git.nix')
-rw-r--r-- | depo/nutin-madaj/git.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depo/nutin-madaj/git.nix b/depo/nutin-madaj/git.nix index ef86d52..9fedca0 100644 --- a/depo/nutin-madaj/git.nix +++ b/depo/nutin-madaj/git.nix @@ -19,7 +19,7 @@ in adminPubkey = "${benKey}"; }; lighttpd = { - enable = true; + enable = false; port = 8000; document-root = "/srv/www"; mod_userdir = true; |