/mnt-root

This commit is contained in:
Andrew Kidd 2025-01-03 16:06:28 +00:00
parent b377ceb93a
commit 609fd99343

View file

@ -100,16 +100,15 @@ in
config = {
boot.initrd.network.enable = true;
boot.initrd.postMountCommands = ''
mkdir -p /mnt-root
'';
fileSystems = {
"/boot/firmware" = {
device = "${config.netImage.nfsRoot}/boot/firmware";
fsType = "nfs";
};
"/mnt-root" = {
device = "${config.netImage.nfsRoot}";
fsType = "nfs";
};
"/" = {
device = "${config.netImage.nfsRoot}";
fsType = "nfs";