fwminex: fix boot config

This commit is contained in:
2024-12-03 13:54:57 +02:00
parent 8ab95b40c4
commit 3331c4260d
3 changed files with 3 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ in
};
boot = {
loader.systemd-boot.enable = true;
initrd = {
systemd.enable = true;
kernelModules = [ "usb_storage" ];