fix selfprivacy.passthru: allow any types
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ lib, pkgs, ... }:
|
{ lib, ... }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
{
|
{
|
||||||
@@ -144,7 +144,7 @@ with lib;
|
|||||||
################
|
################
|
||||||
passthru = mkOption {
|
passthru = mkOption {
|
||||||
type = types.submodule {
|
type = types.submodule {
|
||||||
freeformType = (pkgs.formats.json { }).type;
|
freeformType = with types; lazyAttrsOf (uniq unspecified);
|
||||||
options = { };
|
options = { };
|
||||||
};
|
};
|
||||||
default = { };
|
default = { };
|
||||||
|
Reference in New Issue
Block a user