diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-05-07 18:04:44 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-05-07 18:04:44 +0200 |
commit | ee89ee4b24f597a7ba86173282726abbdabc2102 (patch) | |
tree | 620ab56edeec6418ba2483e861b0d90f3991bd98 | |
parent | Nginx sendfile (diff) | |
download | Rory-Open-Architecture-ee89ee4b24f597a7ba86173282726abbdabc2102.tar.xz |
Move bots to nginx
-rwxr-xr-x | flake.nix | 2 |
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; }; }; |