Revert "system: try to fix ipv6"

This reverts commit 303d67ca06.
This commit is contained in:
陈浩南 2023-12-23 15:31:44 +08:00
parent 303d67ca06
commit 29fef229d8

View File

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