fix(pikachu): configure gitea ssh remote

This commit is contained in:
2026-08-02 21:45:33 -04:00
parent ffc9b331ea
commit 2738061b5d

View File

@@ -50,6 +50,13 @@
modules.git.enable = true;
modules.toolkit.enable = true;
home-manager.users.${config.user.name}.programs.ssh.settings.git-alexion-dev = {
header = "Host git.alexion.dev";
HostName = "git.alexion.dev";
Port = 2022;
User = "gitea";
};
environment.systemPackages = with pkgs; [
pciutils
smartmontools