remove dead dns servers
This commit is contained in:
@@ -42,3 +42,5 @@
|
|||||||
path = .gitconfig-evolit
|
path = .gitconfig-evolit
|
||||||
[includeIf "gitdir/i:~/projects/selfhosted/**"]
|
[includeIf "gitdir/i:~/projects/selfhosted/**"]
|
||||||
path = .gitconfig-selfhosted
|
path = .gitconfig-selfhosted
|
||||||
|
[includeIf "gitdir/i:~/projects/it-experts/**"]
|
||||||
|
path = .gitconfig-itexperts
|
||||||
|
|||||||
3
home-manager/.gitconfig-itexperts
Normal file
3
home-manager/.gitconfig-itexperts
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[user]
|
||||||
|
name = Lukas Kopatz
|
||||||
|
email = lukas.kopatz@it-experts.at
|
||||||
@@ -25,4 +25,7 @@
|
|||||||
source = ./.gitconfig-evolit;
|
source = ./.gitconfig-evolit;
|
||||||
target = ".gitconfig-evolit";
|
target = ".gitconfig-evolit";
|
||||||
};
|
};
|
||||||
|
home.file.".gitconfig-itexperts" = {
|
||||||
|
source = ./.gitconfig-itexperts;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -61,9 +61,7 @@ in {
|
|||||||
upstream_dns = [
|
upstream_dns = [
|
||||||
"https://dns10.quad9.net/dns-query"
|
"https://dns10.quad9.net/dns-query"
|
||||||
"https://doh.tiar.app/dns-query"
|
"https://doh.tiar.app/dns-query"
|
||||||
"tls://getdnsapi.net"
|
|
||||||
"https://dns.adguard-dns.com/dns-query"
|
"https://dns.adguard-dns.com/dns-query"
|
||||||
"tls://dot.seby.io"
|
|
||||||
];
|
];
|
||||||
use_http3_upstreams = true;
|
use_http3_upstreams = true;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
ssd.enable = true;
|
ssd.enable = true;
|
||||||
wooting.enable = true;
|
wooting.enable = true;
|
||||||
tpm.enable = true;
|
tpm.enable = true;
|
||||||
tablet.enable = true;
|
#tablet.enable = true;
|
||||||
};
|
};
|
||||||
graphical = {
|
graphical = {
|
||||||
audio.enable = true;
|
audio.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user