fix ip for bekkalokk

This commit is contained in:
Daniel Lovbrotte Olsen 2023-03-04 00:57:28 +01:00
parent 6cf831a347
commit 8e819b5546
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
systemd.network.networks."30-ens33" = values.defaultNetworkConfig // {
matchConfig.Name = "ens33";
address = with values.hosts.ildkule; [ (ipv4 + "/25") (ipv6 + "/64") ];
address = with values.hosts.bekkalokk; [ (ipv4 + "/25") (ipv6 + "/64") ];
};
# Do not change, even during upgrades.