trailblazer: minor package tweaks
This commit is contained in:
parent
f9c5c547e4
commit
095913b8db
2 changed files with 4 additions and 1 deletions
|
@ -197,7 +197,7 @@ in
|
|||
|
||||
# Provide docker for remote tasks.
|
||||
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.
|
||||
|
|
|
@ -158,6 +158,7 @@ with pkgs;
|
|||
|
||||
# Development.
|
||||
colmena
|
||||
rustup
|
||||
rustfmt
|
||||
cargo
|
||||
clang
|
||||
|
@ -198,6 +199,8 @@ with pkgs;
|
|||
i2c-tools
|
||||
pcsc-tools
|
||||
davfs2
|
||||
evtest
|
||||
libinput
|
||||
|
||||
]
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue