modules/c3d2: disable journaltoMqtt because it broke

This commit is contained in:
Astro 2022-10-13 20:47:29 +02:00
parent 7a792f7261
commit 6a3145b315
1 changed files with 2 additions and 1 deletions

View File

@ -112,7 +112,8 @@ in
journalToMqtt = mkOption {
type = types.bool;
default = true;
# broken :(
default = false;
};
};