Compare commits

..

No commits in common. "506dfa7006ca596ccdea1cb076040b390b7e406d" and "2743b4f1105dae4c6a698ab86b734743b5c0d896" have entirely different histories.

2 changed files with 3 additions and 43 deletions

View File

@ -18,7 +18,7 @@
blender blender
vesktop vesktop
spotify spotify
btop btop
zip zip
emacs30-pgtk emacs30-pgtk

View File

@ -5,8 +5,8 @@
}: { }: {
networking.firewall = { networking.firewall = {
enable = true; enable = true;
allowedTCPPorts = [80 443 22 26615 25565 24454 8080 53]; allowedTCPPorts = [80 443 22 26615 25565 24454];
allowedUDPPorts = [26615 25565 24454 8080 53]; allowedUDPPorts = [26615 25565 24454];
}; };
security.acme = { security.acme = {
@ -37,46 +37,6 @@
package = pkgs.ollama-intel; package = pkgs.ollama-intel;
}; };
crab-hole = {
enable = true;
settings = {
api = {
listen = "192.168.0.2";
port = 8080;
show_doc = true;
};
downstream = [
{
listen = "192.168.0.2";
port = 53;
protocol = "udp";
}
];
upstream = {
name_servers = [
{
protocol = "tls";
socket_addr = "[2606:4700:4700::1111]:853";
tls_dns_name = "1dot1dot1dot1.cloudflare-dns.com";
trust_nx_responses = false;
}
{
protocol = "tls";
socket_addr = "1.1.1.1:853";
tls_dns_name = "1dot1dot1dot1.cloudflare-dns.com";
trust_nx_responses = false;
}
];
};
blocklist.lists = [
"https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts"
"https://raw.githubusercontent.com/anudeepND/blacklist/master/adservers.txt"
"https://raw.githubusercontent.com/anudeepND/blacklist/master/CoinMiner.txt"
"https://www.github.developerdan.com/hosts/lists/ads-and-tracking-extended.txt"
];
};
};
gitea = { gitea = {
enable = true; enable = true;
settings = { settings = {