btop htop
systemctl-tui
tmux
+ md4c
pkg-config
];
};
services.qemuGuest.enable = true;
# virtualisation.qemu.guestAgent.enable = true;
+ programs.mosh.enable = true;
services.caddy = {
enable = true;
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;