diff --git a/hosts/hyp-01/modules/networking.nix b/hosts/hyp-01/modules/networking.nix index 1c74e4a..f238490 100644 --- a/hosts/hyp-01/modules/networking.nix +++ b/hosts/hyp-01/modules/networking.nix @@ -40,15 +40,12 @@ 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.networks."10-uplink"; boot.initrd.network = { enable = true; - arguments = with config.networking.hyp-01; [ - "ip=${ipv4.address}::${ipv4.gateway}:255.255.255.192::eth0:off" - ]; - ssh = { enable = true; port = 2222;