diff --git a/module.nix b/module.nix index bf9bd9d..d2c2894 100644 --- a/module.nix +++ b/module.nix @@ -95,7 +95,7 @@ in dataDir = mkOption { type = types.str; - default = "/var/lib/xinux/bot ${getMode cfg.webhook.enable} "; + default = "/var/lib/xinux/bot"; description = lib.mdDoc '' The path where Xinux Bot keeps its config, data, and logs. '';