aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-graph.sh
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2020-09-12 02:05:57 +0200
committerDanny Milosavljevic <dannym@scratchpost.org>2020-09-12 02:07:34 +0200
commite88242cb751af79a37f93889fb616c7c26f258e3 (patch)
tree6bca63310259ac3169ffea721fe1abbd9c8cf4ff /tests/guix-graph.sh
parentc3bbaea727574616ea97ceddac39035ac7d3884f (diff)
downloadguix-e88242cb751af79a37f93889fb616c7c26f258e3.tar.gz
guix-e88242cb751af79a37f93889fb616c7c26f258e3.zip
gnu: ebusd: Enable MQTT support.
* gnu/packages/embedded.scm (ebusd)[inputs]: Add mosquitto.
Diffstat (limited to 'tests/guix-graph.sh')
0 files changed, 0 insertions, 0 deletions
variable. (raspberry-pi-64-nfs-root) [services]: Remove key from openssh-configuration. * gnu/system/examples/raspberry-pi-64.tmpl: Likewise. Reported-by: Vagrant Cascadian <vagrant@debian.org> Maxim Cournoyer 2022-12-01gnu: raspberry-pi: Add a bootloader-chain for the Raspberry Pi and os examples....* gnu/packages/raspberry-pi.scm (grub-efi-bootloader-chain-raspi-64): New bootloader variable, capable to boot a Raspberry Pi over network or from a local storage. * gnu/system/examples/raspberry-pi-64.tmpl: New operating-system example. * gnu/system/examples/raspberry-pi-64-nfs-root.tmpl: New operating-system example for booting over network. * Makefile.am (EXAMPLES): Register the new files. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Stefan 2022-10-23system: Support bare-bones serial console....* gnu/system/examples/bare-bones.tmpl (operating-system): Add a ttyS0 console to kernel-arguments. Tobias Geerinckx-Rice