hades: disable scribe service

This commit is contained in:
Antoine Martin 2026-03-06 10:30:25 +01:00
parent 527c104848
commit fb29aa01f1

View file

@ -145,7 +145,7 @@ in {
}; };
scribe = { scribe = {
enable = true; enable = false;
port = 8087; port = 8087;
}; };