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
b377ceb93a
commit
609fd99343
1 changed files with 3 additions and 4 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue