From fb29aa01f10b4325b840f4dac7b1ed8db8ddf698 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 6 Mar 2026 10:30:25 +0100 Subject: [PATCH] hades: disable scribe service --- 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 e6484f6..83bc281 100644 --- a/hosts/hades/default.nix +++ b/hosts/hades/default.nix @@ -145,7 +145,7 @@ in { }; scribe = { - enable = true; + enable = false; port = 8087; };