home-manager/castle: Add rpiboot
This commit is contained in:
parent
5bb7985883
commit
dcb6784ed4
@ -18,6 +18,10 @@
|
|||||||
nix.config.cores = "16";
|
nix.config.cores = "16";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
rpiboot
|
||||||
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
ssh.matchBlocks = {
|
ssh.matchBlocks = {
|
||||||
home = {
|
home = {
|
||||||
|
Loading…
Reference in New Issue
Block a user