diff --git a/features/initrd-ssh.nix b/features/initrd-ssh.nix index 10b65a0..a07c44e 100644 --- a/features/initrd-ssh.nix +++ b/features/initrd-ssh.nix @@ -59,6 +59,7 @@ boot.initrd.network = { enable = true; + udhcpc.enable = !cfg.ip.enable; ssh = { enable = true; port = 22;