change filesystems to mount the root zpool

This commit is contained in:
TheWanderingCrow 2025-01-18 17:38:49 -05:00
parent 4de50b8a97
commit 075296083a

View file

@ -19,8 +19,8 @@
boot.extraModulePackages = [];
fileSystems."/" = {
device = "/dev/disk/by-label/zroot";
fsType = "auto";
device = "zpool/zroot";
fsType = "zfs";
};
fileSystems."/boot" = {