rpi-netboot: disable hq.journalToMqtt due to lack of ssh key for sops-nix

This commit is contained in:
Astro 2022-09-07 20:11:38 +02:00
parent 2b2edc6f0b
commit 868658e1fd

View File

@ -9,6 +9,7 @@
audioServer.enable = true;
k-ot.enable = true;
autoUpdate = false;
hq.journalToMqtt = false;
};
boot.kernelParams = [ "verbose" ];