Compare commits

..

No commits in common. "6881351f23880adf773a3da63645e3146493568f" and "e2a990c9829f86de72ef91dda89cbbb4a75f69fb" have entirely different histories.

2 changed files with 1 additions and 14 deletions

View file

@ -71,17 +71,4 @@
{ address = "2a01:584:11::1:11"; prefixLength = 64; }
];
networking.defaultGateway6 = { interface = "uplink"; address = "2a01:584:11::1"; };
services.coredns = {
enable = true;
config = ''
. {
bind lo
forward . 2001:4860:4860::6464
template ANY A { rcode NOERROR }
}
'';
};
services.resolved.enable = false;
networking.resolvconf.useLocalResolver = true;
}

View file

@ -146,7 +146,7 @@ in {
server_store_uri = https://bagel-cache.s3-web.delroth.net?local-nar-cache=${narCacheDir}
binary_cache_public_url = https://bagel-cache.s3-web.delroth.net
log_prefix = https://bagel-cache.s3-web.delroth.net/
log_prefix = https://bagel-cache.s3-web.delroth.net
upload_logs_to_binary_cache = true