1
0
Fork 0

fix: git.jolheiser.com

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-11-04 20:53:56 -05:00
parent dc14f0a465
commit 1250299b97
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
2 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,7 @@ switch *args:
# Run colmena for remote deploy
colmena node:
@git add .
@nix run nixpkgs#colmena -- apply --on {{node}}
# Update the flake

View File

@ -54,6 +54,11 @@ in {
'')
packages;
};
"git.jolheiser.com" = {
extraConfig = ''
redir https://git.jojodev.com/jolheiser{uri}
'';
};
};
};
}