Re add zfs

This commit is contained in:
Johannes Jöns 2023-08-09 23:13:18 +02:00
parent ec99be1c32
commit dcccffbed0

View file

@ -12,6 +12,8 @@
services.xserver.desktopManager.kodi.enable = true;
boot.supportedFilesystems = [ "zfs" ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;