Compare commits
2 commits
6fb7626f14
...
ccba4f566d
Author | SHA1 | Date | |
---|---|---|---|
ccba4f566d | |||
20af0e6a9f |
2 changed files with 3 additions and 0 deletions
|
@ -116,6 +116,7 @@
|
||||||
users.groups.consoledash = { };
|
users.groups.consoledash = { };
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
bandwhich.enable = true;
|
||||||
nix-ld = {
|
nix-ld = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = nix-ld-rs.packages.${pkgs.hostPlatform.system}.nix-ld-rs;
|
package = nix-ld-rs.packages.${pkgs.hostPlatform.system}.nix-ld-rs;
|
||||||
|
|
|
@ -73,6 +73,8 @@
|
||||||
"xhci_pci"
|
"xhci_pci"
|
||||||
"usbhid"
|
"usbhid"
|
||||||
"uas"
|
"uas"
|
||||||
|
"pcie_brcmstb" # Required for the PCIe bus to work
|
||||||
|
"reset-raspberrypi" # Required to load VL805 firmware
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue