fix dns on gw

This commit is contained in:
soraefir
2026-05-06 10:02:27 +02:00
parent 95c3c0290a
commit d73bbd8b18

View File

@@ -11,4 +11,10 @@
randomizedDelaySec = "30min";
allowReboot = false;
};
networking.extraHosts = ''
10.10.1.2 git.helcel.net
10.10.1.2 avalon.helcel.net
'';
}