X-Git-Url: https://gitweb.ps.run/flake_server/blobdiff_plain/ab10ca6517491131d4558d0b9fb8bd2798332894..fff3d136b792e85de28b9a3aa4a4686d18092e90:/configuration.nix diff --git a/configuration.nix b/configuration.nix index e7e0af5..8227bbb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -102,6 +102,7 @@ btop htop systemctl-tui tmux + md4c pkg-config ]; @@ -153,6 +154,7 @@ }; services.qemuGuest.enable = true; # virtualisation.qemu.guestAgent.enable = true; + programs.mosh.enable = true; services.caddy = { enable = true; @@ -217,6 +219,10 @@ configText = '' scan-path=/srv/git robots=noindex, nofollow + readme=:readme.md + about-filter=${pkgs.writeShellScript "markdown" '' + ${pkgs.md4c}/bin/md2html --github --ftables + ''} ''; }; gitweb.enable = true;