+m3-helios
This commit is contained in:
15
hosts/m3-helios/services/adguard.nix
Normal file
15
hosts/m3-helios/services/adguard.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
services.adguardhome = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
settings = {
|
||||
dns = {
|
||||
port = 53;
|
||||
upstream_dns = [
|
||||
"1.1.1.1"
|
||||
"8.8.8.8"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user