Fixes / changes
This commit is contained in:
parent
08fd6e1334
commit
53a10e993b
6 changed files with 5 additions and 13 deletions
11
modules/common/dns.nix
Normal file
11
modules/common/dns.nix
Normal 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
|
||||
'';
|
||||
}
|
|
@ -1 +1,3 @@
|
|||
{...}: {}
|
||||
{
|
||||
# Todo
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue