❄️ Nix configurations
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add adguard for test

A.Ottr 0beb2431 181535c2

+11
+9
nixos/ferret/adguard.nix
··· 1 + {config, ...}: 2 + { 3 + services.adguardhome = { 4 + enable = true; 5 + openFirewall = true; 6 + allowDHCP = false; 7 + port = 23000 8 + }; 9 + }
+2
nixos/ferret/default.nix
··· 8 8 ./media.nix 9 9 ./caddy.nix 10 10 ./paperless.nix 11 + 12 + ./adguard.nix 11 13 ]; 12 14 13 15 security.polkit.enable = true;