diff --git a/modules/flake-update-service.nix b/modules/flake-update-service.nix index 0c335e2..6d28cc1 100644 --- a/modules/flake-update-service.nix +++ b/modules/flake-update-service.nix @@ -9,7 +9,7 @@ let cfg = config.services.autopull; autopull-type = lib.types.submodule { - enable = lib.mkEnableOption "autopull for ${cfg.account-name}"; + enable = lib.mkEnableOption "autopull for ${cfg.name}"; name = lib.mkOption { type = lib.types.str;