From 64de9ed6e580feb36c9da2445555cfa4c143bac4 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Sun, 2 Feb 2025 11:53:47 +0800 Subject: [PATCH 1/2] disable caddy option for Tytonidae --- nixos/configurations/Tytonidae/default.nix | 4 ---- 1 file changed, 4 deletions(-) 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"; From 3f8950f924ecd8e2f2fc67213169ca1653631602 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Sun, 2 Feb 2025 11:54:15 +0800 Subject: [PATCH 2/2] add clean gc in justfile as recipe --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) 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