From c7be94384b97199face2a6cd75479a25ea00d72d Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 30 Mar 2024 01:33:18 -0400 Subject: [PATCH] pdr: back to withdrawal --- nixos/hosts/porcelain-doll-repair/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/porcelain-doll-repair/default.nix b/nixos/hosts/porcelain-doll-repair/default.nix index a8e843a..563bb58 100644 --- a/nixos/hosts/porcelain-doll-repair/default.nix +++ b/nixos/hosts/porcelain-doll-repair/default.nix @@ -30,7 +30,7 @@ services.iceshrimp = { enable = true; - # package = inputs.iceshrimp-withdrawal.packages.${pkgs.system}.iceshrimp.withdrawal; + package = inputs.iceshrimp-withdrawal.packages.${pkgs.system}.iceshrimp.withdrawal; settings.url = "https://porcelain.doll.repair"; dbPasswordFile = config.sops.secrets.db_password.path; createDb = true;