diff --git a/module.nix b/module.nix index e183fe3..6054cf5 100644 --- a/module.nix +++ b/module.nix @@ -33,7 +33,7 @@ in imports = []; options.services.owOPointTracker = { enable = mkEnableOption "OwOPointTracker"; - config = { + configFile = { static-dir = mkOption { type = types.path; };