diff options
Diffstat (limited to 'host/Rory-discordbots/software.nix')
-rwxr-xr-x | host/Rory-discordbots/software.nix | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/host/Rory-discordbots/software.nix b/host/Rory-discordbots/software.nix new file mode 100755 index 0000000..b0b9cf2 --- /dev/null +++ b/host/Rory-discordbots/software.nix @@ -0,0 +1,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! +} \ No newline at end of file |