From c30a74895df07b1ef48ba35b3f1eab5809eca56c Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Wed, 2 Oct 2024 15:03:21 +0200 Subject: [PATCH] chore(services): Disable `garage` and enable `shadowsocks` --- services/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/default.nix b/services/default.nix index 6c3c5d6..249768c 100644 --- a/services/default.nix +++ b/services/default.nix @@ -1,7 +1,7 @@ { imports = [ + ./shadowsocks ./uptime-kuma - ./garage ./wireguard ]; }