Compare commits

..

No commits in common. "2c4a7921ac4277aa9954f45203eb5041bbd130dc" and "c85db7a11d40e7a97a824e98fa257452f797d628" have entirely different histories.

2 changed files with 0 additions and 11 deletions

View file

@ -12,8 +12,6 @@
./home.nix
];
time.timeZone = "Europe/Paris";
modules = {
media.enableAll = true;

View file

@ -52,10 +52,6 @@ mkIf config.services.headscale.enable {
dns_config = {
override_local_dns = true;
magic_dns = true;
# FIX: shan being down takes down entire tailnet
# 1 -> move dns to dedicated device
# 2 -> find out if fallback dns's are supported by headscale
nameservers = [
"100.64.0.4"
];
@ -73,11 +69,6 @@ mkIf config.services.headscale.enable {
type = "A";
value = "100.64.0.4";
}
{
name = "git.ccnlc.eu";
type = "A";
value = "100.64.0.3";
}
]
# Tailscale doesn't seem to support wildcard A/AAAA records
# - https://github.com/juanfont/headscale/issues/2159#issuecomment-2393406444