❄️ Nix configurations
0
fork

Configure Feed

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

remove adguard

A.Ottr ee5c744c 0beb2431

-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 13 11 ]; 14 12 15 13 security.polkit.enable = true;