networking: set networking.domain in core module
All checks were successful
Flake checks / Check (pull_request) Successful in 4m0s

This commit is contained in:
teutat3s 2024-06-06 19:30:11 +02:00
parent bae41b07a8
commit 6ea916603c
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
4 changed files with 2 additions and 3 deletions

View file

@ -11,7 +11,6 @@
127.0.0.2 mail.pub.solar mail
::1 mail.pub.solar mail
'';
networking.domain = "pub.solar";
networking.hostId = "00000002";
networking.enableIPv6 = true;

View file

@ -7,7 +7,6 @@
{
networking.hostName = "nachtigall";
networking.domain = "pub.solar";
networking.hostId = "00000001";
# Network (Hetzner uses static IP assignments, and we don't use DHCP here)

View file

@ -7,7 +7,6 @@
{
networking = {
hostName = "tankstelle";
domain = "pub.solar";
enableIPv6 = true;
defaultGateway = {
address = "80.244.242.1";

View file

@ -27,6 +27,8 @@
# Don't expose SSH via public interfaces
networking.firewall.interfaces.wg-ssh.allowedTCPPorts = [ 22 ];
networking.domain = config.pub-solar-os.networking.domain;
networking.hosts = {
"10.7.6.1" = [ "nachtigall.wg.${config.pub-solar-os.networking.domain}" ];
"10.7.6.2" = [ "flora-6.wg.${config.pub-solar-os.networking.domain}" ];