mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
Add missing lib to Nix flake
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
enable = lib.mkEnableOption "Steven Black's hosts file";
|
||||
enableIPv6 = lib.mkEnableOption "IPv6 rules" // {
|
||||
default = config.networking.enableIPv6;
|
||||
defaultText = literalExpression "config.networking.enableIPv6";
|
||||
defaultText = lib.literalExpression "config.networking.enableIPv6";
|
||||
};
|
||||
blockFakenews = lib.mkEnableOption "fakenews hosts entries";
|
||||
blockGambling = lib.mkEnableOption "gambling hosts entries";
|
||||
|
||||
Reference in New Issue
Block a user