mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
change filesystems to mount the root zpool
This commit is contained in:
parent
4de50b8a97
commit
075296083a
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@
|
|||
boot.extraModulePackages = [];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/zroot";
|
||||
fsType = "auto";
|
||||
device = "zpool/zroot";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/boot" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue