diff --git a/hosts/hyp-01/modules/networking.nix b/hosts/hyp-01/modules/networking.nix index 2f203b2..37fc9d2 100644 --- a/hosts/hyp-01/modules/networking.nix +++ b/hosts/hyp-01/modules/networking.nix @@ -40,9 +40,7 @@ systemd.network.networks."10-uplink".networkConfig.Address = config.networking.hyp-01.ipv6.address; - boot.initrd.systemd.network.enable = true; - boot.initrd.systemd.network.networks."10-uplink" = config.systemd.network.networks."10-uplink"; - + boot.kernelParams = [ "ip=dhcp" ]; boot.initrd.network = { enable = true;