summary refs log tree commit diff
path: root/host/Rory-nginx/services/discordbots.nix
blob: 0775d9582001baf2f550aa995fe645ef475d80d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ config, pkgs, lib, botcore-v4, ... }:

{
  imports =
    [
      botcore-v4.modules.bots
      botcore-v4.modules.frontend
      botcore-v4.modules.dataupdater
      botcore-v4.modules.users
    ];

  system.stateVersion = "22.11"; # DO NOT EDIT!
}