mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
Network unreachable
This commit is contained in:
parent
4de1f5aca8
commit
fd809ab76b
1 changed files with 5 additions and 0 deletions
|
|
@ -99,6 +99,11 @@ in
|
|||
};
|
||||
|
||||
config = {
|
||||
boot.initrd.network.enable = true;
|
||||
boot.initrd.network.dhcp = true;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.systemd-boot.configurationLimit = 1;
|
||||
|
||||
fileSystems = {
|
||||
"/boot/firmware" = {
|
||||
device = "${config.netImage.nfsRoot}/boot/firmware";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue