From 36b768b3b2cc88c8b34fc115c0ab6a5665a582f2 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Fri, 8 Sep 2023 02:33:22 +0200 Subject: [PATCH] =?UTF-8?q?(=20=CD=A1=C2=B0=20=CD=9C=CA=96=20=CD=A1=C2=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/shark/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/shark/configuration.nix b/hosts/shark/configuration.nix index a7745f08..d22263c7 100644 --- a/hosts/shark/configuration.nix +++ b/hosts/shark/configuration.nix @@ -19,7 +19,7 @@ systemd.network.networks."30-ens18" = values.defaultNetworkConfig // { matchConfig.Name = "ens18"; - address = with values.hosts.ildkule; [ (ipv4 + "/25") (ipv6 + "/64") ]; + address = with values.hosts.shark; [ (ipv4 + "/25") (ipv6 + "/64") ]; }; # List packages installed in system profile