diff --git a/justfile b/justfile index 448f184eaf42cf6f7ecb12616ef5e9c61c79f700..0ca7c47ca21cbccaf1de0a820d4adeea55e82f50 100644 --- a/justfile +++ b/justfile @@ -15,7 +15,6 @@ @just rebuild 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 f9c161aae3e8825fc0a031d8b18f063c77c1dd66..ae2b77d53791030262583bbf8a83e149501b1da5 100644 --- a/machines/dragonwell/caddy.nix +++ b/machines/dragonwell/caddy.nix @@ -55,11 +55,6 @@ '') packages; }; }: let - extraConfig = '' - redir https://git.jojodev.com/jolheiser{uri} - ''; - }; -}: let pkgs, }; }