Correct the zfs dataset name for /root
This commit is contained in:
parent
d1f0c093ec
commit
456c074151
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
};
|
||||
|
||||
fileSystems."/root" = {
|
||||
device = "ssd/userdata/root";
|
||||
device = "ssd/userdata/home/root";
|
||||
fsType = "zfs";
|
||||
options = [ "zfsutil" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue