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.
|
# 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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue