From 03b83f84e967c90bcd7a351c4c8f7ed0d6f71b89 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Wed, 3 Nov 2021 14:36:36 -0400 Subject: [PATCH] Set default sql path --- module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/module.nix b/module.nix index dad5fae..b8afb05 100644 --- a/module.nix +++ b/module.nix @@ -39,6 +39,7 @@ in environment = { DBPATH = cfg.databasePath; + SQLPATH = cfg.databasePath + "/youmubot.db"; PREFIX = lib.strings.concatStringsSep "," cfg.prefixes; };