Enable only necessary fss

Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
Ivan Bushchik 2023-11-30 16:16:33 +03:00
parent 1695da02db
commit b709c81b5d
No known key found for this signature in database
GPG key ID: 2F16FBF3262E090C

View file

@ -12,6 +12,7 @@ in {
boot = {
kernelPackages = pkgs.linuxKernel.packages.linux_rpi4;
initrd.availableKernelModules = [ "xhci_pci" "usbhid" "usb_storage" ];
supportedFilesystems = lib.mkForce [ "ext4" "vfat" ];
loader = {
grub.enable = false;
generic-extlinux-compatible.enable = true;