fix enable type

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-05-15 00:41:48 -04:00 committed by Alice Huston
parent 3696ebd976
commit 0ce3d57e46

View File

@ -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;