Compare commits

..

2 commits

Author SHA1 Message Date
ccba4f566d
thor: Add extra modules to initrd 2024-09-18 17:00:08 +02:00
20af0e6a9f
odin: Add bandwhich 2024-09-18 16:59:40 +02:00
2 changed files with 3 additions and 0 deletions

View file

@ -116,6 +116,7 @@
users.groups.consoledash = { };
programs = {
bandwhich.enable = true;
nix-ld = {
enable = true;
package = nix-ld-rs.packages.${pkgs.hostPlatform.system}.nix-ld-rs;

View file

@ -73,6 +73,8 @@
"xhci_pci"
"usbhid"
"uas"
"pcie_brcmstb" # Required for the PCIe bus to work
"reset-raspberrypi" # Required to load VL805 firmware
];
};