Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
spiceratops committed Dec 21, 2024
1 parent c86f274 commit 04f06ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/nixos/services/blocky/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ in
# definition of whitelist groups. Attention: if the same group has black and whitelists, whitelists will be used to disable particular blacklist entries. If a group has only whitelist entries -> this means only domains from this list are allowed, all other domains will be blocked
whiteLists = {
ads = [
"https://raw.githubusercontent.com/spiceratops/nix-gitops/main/nixos/modules/services/blocky/whitelist.txt"
"https://raw.githubusercontent.com/spiceratops/nix-gitops/main/nixos/modules/nixos/services/blocky/whitelist.txt"
];
};
# definition: which groups should be applied for which client
Expand Down

0 comments on commit 04f06ca

Please sign in to comment.