Commit 3307d0763167
Changed files (1)
systems
kerkouane
systems/kerkouane/extra.nix
@@ -42,6 +42,11 @@ in
# TODO make it an option ? (otherwise I'll add it for all)
users.users.vincent.linger = true;
+ # Install gitmal for self-hosted git web view
+ environment.systemPackages = with pkgs; [
+ gitmal
+ ];
+
# Disable TPM2 (VPS has no TPM hardware)
security.tpm2.enable = lib.mkForce false;