adding h001 host

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-04-29 13:42:25 -05:00
parent e671f877d9
commit cafc84e17e
30 changed files with 2173 additions and 614 deletions

View file

@ -18,11 +18,11 @@ in
"bitbucket.org" = {
identityFile = age.secrets.nix2bitbucket.path;
};
# "git.joshuabell.xyz" = {
# identityFile = age.secrets.nix2gitjosh.path;
# user = "git";
# };
"git.joshuabell.xyz" = {
identityFile = age.secrets.nix2gitjosh.path;
user = "git";
};
"[fc00::2]:3032" = {
identityFile = age.secrets.nix2gitforgejo.path;
user = "forgejo";
};