Correct the zfs dataset name for /root

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-20 09:00:41 +01:00
parent d1f0c093ec
commit 456c074151
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -88,7 +88,7 @@
};
fileSystems."/root" = {
device = "ssd/userdata/root";
device = "ssd/userdata/home/root";
fsType = "zfs";
options = [ "zfsutil" ];
};