Fixes / changes

This commit is contained in:
Henry Hiles 2025-02-24 22:48:59 +00:00
parent 08fd6e1334
commit 53a10e993b
6 changed files with 5 additions and 13 deletions

11
modules/common/dns.nix Normal file
View file

@ -0,0 +1,11 @@
{
services.dnsproxy = {
enable = true;
settings.upstream = ["https://base.dns.mullvad.net/dns-query"];
};
environment.etc."resolv.conf".text = ''
nameserver 0.0.0.0
nameserver 1.1.1.1 # Backup Nameserver
'';
}

View file

@ -1 +1,3 @@
{...}: {}
{
# Todo
}