framework-2024-07-26-10-25-06

This commit is contained in:
Alexander Szczepanski
2024-07-26 10:25:06 +02:00
parent 692df73b99
commit 4594dbe949
7 changed files with 96 additions and 50 deletions

View File

@@ -25,18 +25,6 @@
openFirewall = true;
extraConfig = "StreamLocalBindUnlink yes";
};
# nextdns = {
# enable = true;
# arguments = [
# "-config"
# secrets.nextdnshash
# "-cache-size"
# "10MB"
# "-listen"
# "127.0.0.1:53"
# "-report-client-info"
# ];
# };
dnscrypt-proxy2 = {
enable = true;
@@ -62,7 +50,7 @@
};
networking = {
nameservers = [ "127.0.0.1" "::1" ];
nameservers = [ "127.0.0.1" ];
# hosts = {
# "207.180.220.97" = [ "szczepan.ski" ];
# "10.100.0.1" = [ "vps.wg" ];