mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 17:11:39 +01:00
configured adguard
This commit is contained in:
parent
f74cd440f0
commit
ffdd151409
2 changed files with 9 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
[
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
./modules/adguard
|
||||
./modules/networks
|
||||
./modules/backup
|
||||
./modules/nextcloud
|
||||
|
|
8
hosts/nuc/modules/adguard/default.nix
Normal file
8
hosts/nuc/modules/adguard/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.adguardhome = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
settings.bind_port = 3000;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue