summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-05-07 18:04:44 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-05-07 18:04:44 +0200
commitee89ee4b24f597a7ba86173282726abbdabc2102 (patch)
tree620ab56edeec6418ba2483e861b0d90f3991bd98
parentNginx sendfile (diff)
downloadRory-Open-Architecture-ee89ee4b24f597a7ba86173282726abbdabc2102.tar.xz
Move bots to nginx
-rwxr-xr-xflake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 002e47d..1967609 100755
--- a/flake.nix
+++ b/flake.nix
@@ -21,9 +21,11 @@
         modules = [
           ./host/Rory-nginx/configuration.nix
           ./hardware-configuration.nix
+          ./host/Rory-discordbots/software.nix
           home-manager.nixosModules.home-manager
         ];
         specialArgs = {
+          inherit botcore-v4;
           inherit home-manager;
         };
       };