From 1250299b9729a82d24782dde271c3e98337f0fc8 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Sat, 4 Nov 2023 20:53:56 -0500 Subject: [PATCH] fix: git.jolheiser.com Signed-off-by: jolheiser --- justfile | 1 + machines/dragonwell/caddy.nix | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/justfile b/justfile index 0ca7c47..448f184 100644 --- a/justfile +++ b/justfile @@ -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 diff --git a/machines/dragonwell/caddy.nix b/machines/dragonwell/caddy.nix index ae2b77d..f9c161a 100644 --- a/machines/dragonwell/caddy.nix +++ b/machines/dragonwell/caddy.nix @@ -54,6 +54,11 @@ in { '') packages; }; + "git.jolheiser.com" = { + extraConfig = '' + redir https://git.jojodev.com/jolheiser{uri} + ''; + }; }; }; }