From 159bd25c339690e7878b5c1b6573317361b78543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 12 Mar 2024 19:59:24 +0100 Subject: [PATCH] Fix template nic --- hosts/template/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ];