From 559d08d09d4759e19c02d0213747651031fc1b27 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Wed, 29 May 2024 17:58:08 +0200 Subject: [PATCH] wip: add git.pub.solar to /etc/hosts --- modules/core/networking.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/networking.nix b/modules/core/networking.nix index 765fdd4..7354897 100644 --- a/modules/core/networking.nix +++ b/modules/core/networking.nix @@ -28,6 +28,7 @@ networking.firewall.interfaces.wg-ssh.allowedTCPPorts = [ 22 ]; networking.hosts = { + "138.201.80.102" = [ "git.${config.pub-solar-os.networking.domain}" ]; "10.7.6.1" = [ "nachtigall.${config.pub-solar-os.networking.domain}" ]; "10.7.6.2" = [ "flora-6.${config.pub-solar-os.networking.domain}" ]; };