fix enable type
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
3696ebd976
commit
0ce3d57e46
@ -9,7 +9,7 @@ let
|
|||||||
cfg = config.services.autopull;
|
cfg = config.services.autopull;
|
||||||
|
|
||||||
autopull-type = lib.types.submodule {
|
autopull-type = lib.types.submodule {
|
||||||
enable = lib.mkEnableOption "autopull for ${cfg.account-name}";
|
enable = lib.mkEnableOption "autopull for ${cfg.name}";
|
||||||
|
|
||||||
name = lib.mkOption {
|
name = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user