Add Spotify search to Librewolf, remove redundant Grub device option, first attempt at DNS adblocking

This commit is contained in:
Bun 2025-04-01 19:27:48 -04:00
parent a5b7d5abd4
commit 7577113cf9
7 changed files with 75 additions and 57 deletions

View file

@ -8,10 +8,10 @@
nftables.enable = true;
firewall.allowPing = false;
nameservers = [
"9.9.9.11#dns11.quad9.net"
"149.112.112.11#dns11.quad9.net"
"2620:fe::11#dns11.quad9.net"
"2620:fe::fe:11#dns11.quad9.net"
"9.9.9.11#dns11.quad9.net"
"149.112.112.11#dns11.quad9.net"
];
};