mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46: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";
|
||||
fsType = "nfs";
|
||||
};
|
||||
"/mnt-root" = {
|
||||
device = "${config.netImage.nfsRoot}";
|
||||
fsType = "nfs";
|
||||
};
|
||||
"/" = {
|
||||
device = "${config.netImage.nfsRoot}";
|
||||
fsType = "nfs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue