wip: add git.pub.solar to /etc/hosts
Some checks failed
Flake checks / Check (pull_request) Failing after 5s

This commit is contained in:
teutat3s 2024-05-29 17:58:08 +02:00
parent e36c32e0c6
commit 559d08d09d
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -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}" ];
};