wip forgejo

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-04-28 10:58:51 -05:00
parent 03a2b7100c
commit 39edfefa58
14 changed files with 431 additions and 439 deletions

View file

@ -22,6 +22,10 @@ in
identityFile = age.secrets.nix2gitjosh.path;
user = "git";
};
"[fc00::2]:3032" = {
identityFile = age.secrets.nix2gitforgejo.path;
user = "forgejo";
};
# PERSONAL DEVICES
"lio" = {
identityFile = age.secrets.nix2lio.path;