diff options
author | Marc Coquand <marc@mccd.space> | 2024-01-22 15:01:13 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-01-22 15:41:40 -0600 |
commit | 7eff861bbcf805d16872b1070b38c80102b48d88 (patch) | |
tree | 3254bab386e4335ebf5a6963b589d8ac79994ff1 | |
parent | fcb6220fca2eff1ef9bf05f2fa45b5350dad00af (diff) | |
download | nixos-7eff861bbcf805d16872b1070b38c80102b48d88.tar.gz nixos-7eff861bbcf805d16872b1070b38c80102b48d88.tar.bz2 nixos-7eff861bbcf805d16872b1070b38c80102b48d88.zip |
Remove unused gitweb
-rw-r--r-- | configuration.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configuration.nix b/configuration.nix index f782e9c..079b7c7 100644 --- a/configuration.nix +++ b/configuration.nix @@ -66,11 +66,6 @@ }; services.nginx = { enable = true; - - gitweb = { - enable = false; - }; - recommendedProxySettings = true; recommendedTlsSettings = true; |