From 2fe8979cadbd1d6c1cf87d266615eaedad74dad4 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 21 Nov 2025 16:19:53 +0100 Subject: [PATCH] hades: disable pleroma I'm just not using it, unfortunately. --- hosts/hades/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hades/default.nix b/hosts/hades/default.nix index dbbff5c..5f5355b 100644 --- a/hosts/hades/default.nix +++ b/hosts/hades/default.nix @@ -119,7 +119,7 @@ in { }; pleroma = { - enable = true; + enable = false; port = 8086; secretConfigFile = config.age.secrets."pleroma/pleroma-config".path; };