1{ ... }:
2{
3 # Use the systemd-boot EFI boot loader.
4 boot.loader.systemd-boot.enable = true;
5 boot.loader.efi.canTouchEfiVariables = true;
6
7 boot.supportedFilesystems = [ "zfs" ];
8 boot.zfs.forceImportRoot = false;
9 boot.zfs.extraPools = [ "shokuhou" "mentalout" ];
10}