fix: force using our nameservers
Some checks failed
Build_Deploy / build (push) Successful in 2m1s
Build_Deploy / linter (push) Successful in 5m12s
Build_Deploy / deploy_dns (push) Successful in 2m47s
Build_Deploy / deploy_active (active-core) (push) Successful in 17m10s
Build_Deploy / deploy_active (active) (push) Successful in 3m35s
Build_Deploy / deploy_active (active-ext) (push) Failing after 3m20s

This commit is contained in:
silver 2025-07-03 14:40:36 +01:00
parent 8a8a1a3c7f
commit a2000ec6da
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -104,6 +104,8 @@ in {
# every sever needs to be accessable over ssh for admin use at least # every sever needs to be accessable over ssh for admin use at least
firewall.allowedTCPPorts = [22]; firewall.allowedTCPPorts = [22];
resolvconf.useLocalResolver = false;
resolvconf.extraConfig = "name_servers='193.1.99.120 193.1.99.109'";
# explisitly stating this is good # explisitly stating this is good
defaultGateway = { defaultGateway = {
address = "193.1.99.65"; address = "193.1.99.65";