Fix mkEnableOption semantics
authorGavin John <redacted>
Mon, 20 Jan 2025 23:23:48 +0000 (15:23 -0800)
committerGavin John <redacted>
Mon, 20 Jan 2025 23:31:11 +0000 (15:31 -0800)
flake.nix

index 646131c6fa6d8e861015002e4c2ebeedcb01383b..ac991cf5d456ef6aeb79eca3d30c3fdf34755ae4 100644 (file)
--- a/flake.nix
+++ b/flake.nix
             enableIPv6 = mkEnableOption "IPv6 rules" // {
               default = config.networking.enableIPv6;
             };
-            blockFakenews = mkEnableOption "Additionally block fakenews hosts.";
-            blockGambling = mkEnableOption "Additionally block gambling hosts.";
-            blockPorn = mkEnableOption "Additionally block porn hosts.";
-            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";
           };
           config = mkIf cfg.enable {
             networking.extraHosts =
git clone https://git.99rst.org/PROJECT