diff --git a/hosts/template/configuration.nix b/hosts/template/configuration.nix index db88cc3..907e596 100644 --- a/hosts/template/configuration.nix +++ b/hosts/template/configuration.nix @@ -22,8 +22,8 @@ ]; systemd.network.enable = true; - systemd.network.networks."ens18" = { - matchConfig.Name = "ens18"; + systemd.network.networks."enX0" = { + matchConfig.Name = "enX0"; address = [ "10.69.8.250/24" ];