vno1-rp3b: support zfs

This commit is contained in:
Motiejus Jakštys 2023-09-11 11:01:33 +03:00
parent 9cffc60c7a
commit 03728838f4
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@
boot.loader.grub.enable = false;
boot.loader.generic-extlinux-compatible.enable = true;
boot.supportedFilesystems = [ "zfs" ];
boot.zfs.forceImportRoot = false;
boot.loader.raspberryPi.firmwareConfig = ''
dtparam=audio=on
'';