trailblazer: minor package tweaks

This commit is contained in:
Kate 2024-11-17 19:08:44 -07:00
parent f9c5c547e4
commit 095913b8db
2 changed files with 4 additions and 1 deletions

View file

@ -197,7 +197,7 @@ in
# Provide docker for remote tasks. # Provide docker for remote tasks.
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
users.users.deprekated.extragroups = [ "docker" ]; users.users.deprekated.extraGroups = [ "docker" ];
# #
# Trailblazer remote service (allows trailblazer things to be controlled via Home Assistant. # Trailblazer remote service (allows trailblazer things to be controlled via Home Assistant.

View file

@ -158,6 +158,7 @@ with pkgs;
# Development. # Development.
colmena colmena
rustup
rustfmt rustfmt
cargo cargo
clang clang
@ -198,6 +199,8 @@ with pkgs;
i2c-tools i2c-tools
pcsc-tools pcsc-tools
davfs2 davfs2
evtest
libinput
] ]
else else