From 531bb9d7f2ea8ab03949996ecd2db3a5d37bc65f Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 30 Mar 2024 01:32:34 -0400 Subject: [PATCH] pdr: default --- 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 563bb58..a8e843a 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;