diff --git a/Justfile b/Justfile index 07c7527..0b03e3c 100644 --- a/Justfile +++ b/Justfile @@ -13,6 +13,10 @@ update: deploy host: deploy {{ FLAKE_HOME }}#{{ host }} +clean: + nh clean all --verbose -K 1w + alias s := switch alias u := update alias d := deploy +alias c := clean diff --git a/nixos/configurations/Tytonidae/default.nix b/nixos/configurations/Tytonidae/default.nix index 5319b4c..ac6f045 100644 --- a/nixos/configurations/Tytonidae/default.nix +++ b/nixos/configurations/Tytonidae/default.nix @@ -38,10 +38,6 @@ }; open-webui.enable = true; transmission.enable = true; - caddy = { - enable = true; - baseDomain = "home.arp"; - }; nix-ld.enable = true; }; gui.enabled = "niri";