{ pkgs, lib, ... }: { boot.zfs.devNodes = "/dev/disk/by-path"; environment.systemPackages = with pkgs; [ zfs ]; # Microvm be fucking shit up # fileSystems."/nix/store".fsType = lib.mkForce "zfs"; # fileSystems."/nix/store".device = lib.mkForce "zroot/nix/store"; }