From 0ce3d57e462ce0caf9966d9a6ec1f58a6fb49c01 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Wed, 15 May 2024 00:41:48 -0400 Subject: [PATCH] fix enable type Signed-off-by: ahuston-0 --- modules/flake-update-service.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;