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

{
  imports =
    [
      ../../modules/base-server.nix
      # ./services.nix
      botcore-v4.modules.bots
      botcore-v4.modules.frontend
      botcore-v4.modules.dataupdater
      botcore-v4.modules.users
    ];

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