mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Forgot default value :|
This commit is contained in:
parent
c7be140c86
commit
8a2a6ccfdb
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ in {
|
||||||
systemSettings.security.blocklist = {
|
systemSettings.security.blocklist = {
|
||||||
enable = lib.mkEnableOption "Enable basic host blocking for bad websites";
|
enable = lib.mkEnableOption "Enable basic host blocking for bad websites";
|
||||||
allowedHosts = lib.mkOption {
|
allowedHosts = lib.mkOption {
|
||||||
|
default = [ ];
|
||||||
description = "List of hosts to allow (remove from blocklist)";
|
description = "List of hosts to allow (remove from blocklist)";
|
||||||
type = lib.types.listOf lib.types.str;
|
type = lib.types.listOf lib.types.str;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue