system: try to fix ipv6

This commit is contained in:
陈浩南 2023-12-23 10:03:09 +08:00
parent 3732d19de0
commit 303d67ca06

View File

@ -25,7 +25,7 @@ inputs:
boot =
{
initrd.network = { enable = true; ssh = { enable = true; hostKeys = initrd.sshd.hostKeys; }; };
kernelParams = [ "ip=dhcp" ];
kernelParams = [ "ip=dhcp,auto6" ];
};
}
)