error: The option `boot.initrd.network.dhcp' does not exist.

This commit is contained in:
Andrew Kidd 2025-01-03 14:56:33 +00:00
parent fd809ab76b
commit 9c9deef230

View file

@ -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;