fix: enable dhcp in initrd if no static ip

This commit is contained in:
2026-04-13 00:20:36 +02:00
parent c7fb218511
commit f30b03cc04

View File

@@ -59,6 +59,7 @@
boot.initrd.network = { boot.initrd.network = {
enable = true; enable = true;
udhcpc.enable = !cfg.ip.enable;
ssh = { ssh = {
enable = true; enable = true;
port = 22; port = 22;