We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2c2af commit e457be3Copy full SHA for e457be3
flake.nix
@@ -25,10 +25,10 @@
25
enableIPv6 = mkEnableOption "IPv6 rules" // {
26
default = config.networking.enableIPv6;
27
};
28
- blockFakenews = mkEnableOption "Additionally block fakenews hosts.";
29
- blockGambling = mkEnableOption "Additionally block gambling hosts.";
30
- blockPorn = mkEnableOption "Additionally block porn hosts.";
31
- blockSocial = mkEnableOption "Additionally block social hosts.";
+ blockFakenews = mkEnableOption "fakenews hosts entries";
+ blockGambling = mkEnableOption "gambling hosts entries";
+ blockPorn = mkEnableOption "porn hosts entries";
+ blockSocial = mkEnableOption "social hosts entries";
32
33
config = mkIf cfg.enable {
34
networking.extraHosts =
0 commit comments