mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-09 03:56:03 +01:00
mnt-root?
This commit is contained in:
parent
e968763d4f
commit
b377ceb93a
1 changed files with 4 additions and 0 deletions
|
|
@ -106,6 +106,10 @@ in
|
||||||
device = "${config.netImage.nfsRoot}/boot/firmware";
|
device = "${config.netImage.nfsRoot}/boot/firmware";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
};
|
};
|
||||||
|
"/mnt-root" = {
|
||||||
|
device = "${config.netImage.nfsRoot}";
|
||||||
|
fsType = "nfs";
|
||||||
|
};
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "${config.netImage.nfsRoot}";
|
device = "${config.netImage.nfsRoot}";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue