diff --git a/modules/system/initrd.nix b/modules/system/initrd.nix index 7aa5da68..ebcacfdd 100644 --- a/modules/system/initrd.nix +++ b/modules/system/initrd.nix @@ -25,7 +25,7 @@ inputs: boot = { initrd.network = { enable = true; ssh = { enable = true; hostKeys = initrd.sshd.hostKeys; }; }; - kernelParams = [ "ip=dhcp" ]; + kernelParams = [ "ip=dhcp,auto6" ]; }; } )