Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-02-19 14:29:10 -05:00
parent e10236c47b
commit 2e771b01cc
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
RUST_SRC_PATH = rustPlatform.rustLibSrc;
};
nixosModule = { config, lib }: {
nixosModules.bot = { config, lib, ... }: {
options.within.services.mara-bot.enable = lib.mkEnableOption "enable Mara bot";
config = lib.mkIf config.within.services.mara-bot.enable {