vno1-rp3b: support zfs
This commit is contained in:
parent
9cffc60c7a
commit
03728838f4
@ -21,6 +21,9 @@
|
|||||||
boot.loader.grub.enable = false;
|
boot.loader.grub.enable = false;
|
||||||
boot.loader.generic-extlinux-compatible.enable = true;
|
boot.loader.generic-extlinux-compatible.enable = true;
|
||||||
|
|
||||||
|
boot.supportedFilesystems = [ "zfs" ];
|
||||||
|
boot.zfs.forceImportRoot = false;
|
||||||
|
|
||||||
boot.loader.raspberryPi.firmwareConfig = ''
|
boot.loader.raspberryPi.firmwareConfig = ''
|
||||||
dtparam=audio=on
|
dtparam=audio=on
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user