mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
error: The option `boot.initrd.network.dhcp' does not exist.
This commit is contained in:
parent
fd809ab76b
commit
9c9deef230
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ in
|
|||
|
||||
config = {
|
||||
boot.initrd.network.enable = true;
|
||||
boot.initrd.network.dhcp = true;
|
||||
# boot.initrd.network.dhcp = true;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.systemd-boot.configurationLimit = 1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue