mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-09 03:56:03 +01:00
error 110
This commit is contained in:
parent
89220def41
commit
1ca5d36f38
1 changed files with 2 additions and 2 deletions
|
|
@ -174,13 +174,13 @@ in
|
||||||
"/boot/firmware" = {
|
"/boot/firmware" = {
|
||||||
device = "${config.netImage.nfsRoot}/boot/firmware";
|
device = "${config.netImage.nfsRoot}/boot/firmware";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
# options = config.netImage.nfsOptions;
|
options = config.netImage.nfsOptions;
|
||||||
neededForBoot = lib.mkForce true;
|
neededForBoot = lib.mkForce true;
|
||||||
};
|
};
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "${config.netImage.nfsRoot}";
|
device = "${config.netImage.nfsRoot}";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
# options = config.netImage.nfsOptions;
|
options = config.netImage.nfsOptions;
|
||||||
neededForBoot = lib.mkForce true;
|
neededForBoot = lib.mkForce true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue