From 61ea0ad7c201e7ad833a04491fb3302e12717262 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 3 Jun 2024 12:33:51 +0200 Subject: [PATCH] networking: add internal IPv6 wireguard IPs to /etc/hosts --- modules/core/networking.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/core/networking.nix b/modules/core/networking.nix index c1eb80b..0ec6eaf 100644 --- a/modules/core/networking.nix +++ b/modules/core/networking.nix @@ -32,6 +32,10 @@ "10.7.6.2" = [ "flora-6.wg.${config.pub-solar-os.networking.domain}" ]; "10.7.6.3" = [ "metronom.wg.${config.pub-solar-os.networking.domain}" ]; "10.7.6.4" = [ "tankstelle.wg.${config.pub-solar-os.networking.domain}" ]; + "fd00:fae:fae:fae:fae:1::" = [ "nachtigall.wg.${config.pub-solar-os.networking.domain}" ]; + "fd00:fae:fae:fae:fae:2::" = [ "flora-6.wg.${config.pub-solar-os.networking.domain}" ]; + "fd00:fae:fae:fae:fae:3::" = [ "metronom.wg.${config.pub-solar-os.networking.domain}" ]; + "fd00:fae:fae:fae:fae:4::" = [ "tankstelle.wg.${config.pub-solar-os.networking.domain}" ]; }; services.openssh = {