1
Fork 0

Add tailscale internal dns entries to all the hosts

This commit is contained in:
prescientmoon 2024-10-11 13:18:05 +02:00
parent 52d0513ab3
commit 78198f18b2
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U
3 changed files with 22 additions and 22 deletions

View file

@ -37,16 +37,16 @@
# }}} # }}}
# {{{ Tailscale internal IP DNS records # {{{ Tailscale internal IP DNS records
satellite.dns.records = [ satellite.dns.records = [
# { {
# at = config.networking.hostName; at = config.networking.hostName;
# type = "A"; type = "A";
# value = "100.93.136.59"; value = "100.74.40.5";
# } }
# { {
# at = config.networking.hostName; at = config.networking.hostName;
# type = "AAAA"; type = "AAAA";
# value = "fd7a:115c:a1e0::e75d:883b"; value = "fd7a:115c:a1e0::1201:2806";
# } }
]; ];
# }}} # }}}
# {{{ A few ad-hoc programs # {{{ A few ad-hoc programs

View file

@ -37,7 +37,7 @@
./services/qbittorrent.nix # turned on/off depending on whether my vpn is paid for ./services/qbittorrent.nix # turned on/off depending on whether my vpn is paid for
./services/radicale.nix ./services/radicale.nix
./services/redlib.nix ./services/redlib.nix
./services/smos.nix # ./services/smos.nix
./services/vaultwarden.nix ./services/vaultwarden.nix
./services/whoogle.nix ./services/whoogle.nix
./services/zfs.nix ./services/zfs.nix

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { pkgs, config, ... }:
{ {
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "22.11"; system.stateVersion = "22.11";
@ -47,16 +47,16 @@
# }}} # }}}
# {{{ Tailscale internal IP DNS records # {{{ Tailscale internal IP DNS records
satellite.dns.records = [ satellite.dns.records = [
# { {
# at = config.networking.hostName; at = config.networking.hostName;
# type = "A"; type = "A";
# value = "100.93.136.59"; value = "100.93.136.59";
# } }
# { {
# at = config.networking.hostName; at = config.networking.hostName;
# type = "AAAA"; type = "AAAA";
# value = "fd7a:115c:a1e0::e75d:883b"; value = "fd7a:115c:a1e0::e75d:883b";
# } }
]; ];
# }}} # }}}
# {{{ SSH keys # {{{ SSH keys