mnt-root?

This commit is contained in:
Andrew Kidd 2025-01-03 15:41:01 +00:00
parent e968763d4f
commit b377ceb93a

View file

@ -106,6 +106,10 @@ in
device = "${config.netImage.nfsRoot}/boot/firmware";
fsType = "nfs";
};
"/mnt-root" = {
device = "${config.netImage.nfsRoot}";
fsType = "nfs";
};
"/" = {
device = "${config.netImage.nfsRoot}";
fsType = "nfs";