NixOS 24.11 fixes

This commit is contained in:
2024-11-21 23:53:16 +00:00
parent 3c00b0ebd8
commit b8056c578c
13 changed files with 23 additions and 52 deletions

View File

@ -20,7 +20,7 @@ in {
port = 8080;
settings = {
acl_policy_path = null;
policy.path = null;
ip_prefixes = [
"100.64.0.0/10"
];
@ -30,8 +30,8 @@ in {
update_frequency = "24h";
urls = [];
};
dns_config = {
base_domain = "vimium.net";
dns = {
base_domain = "mesh.vimium.net";
extra_records = [
{
name = "grafana.mesh.vimium.net";
@ -45,7 +45,7 @@ in {
}
];
magic_dns = true;
nameservers = [
nameservers.global = [
"9.9.9.9"
];
};