diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-16 22:05:16 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-02-16 22:05:16 +0100 |
commit | e8b0171add578d190b8f1b5cf69c2e98730cade2 (patch) | |
tree | c4cfb540f7e966c994c0ac4e22707265189d8e96 | |
parent | Remove wildcard domain (diff) | |
download | Rory-Open-Architecture-e8b0171add578d190b8f1b5cf69c2e98730cade2.tar.xz |
Move bot domains to rory.gay, add all bots explicitly
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
-rwxr-xr-x | host/Rory-nginx/configuration.nix | 20 | ||||
-rwxr-xr-x | host/Rory-nginx/hosts/rory.gay/bots.nix (renamed from host/Rory-nginx/hosts/thearcanebrony.net/bots.nix) | 0 |
2 files changed, 19 insertions, 1 deletions
diff --git a/host/Rory-nginx/configuration.nix b/host/Rory-nginx/configuration.nix index 9231691..29d2eeb 100755 --- a/host/Rory-nginx/configuration.nix +++ b/host/Rory-nginx/configuration.nix @@ -47,7 +47,25 @@ "sugarcanemc.org" = import ./hosts/sugarcanemc.org/root.nix; #bots... - "siliconbot.bots.thearcanebrony.net" = import ./hosts/thearcanebrony.net/bots.nix; + "0bottests.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "catnipbot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "impulsyeeter.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "omnibot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "yatopiawatchdog.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "playground.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "kinobot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "siliconbotpublic.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "thearcanebot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "anonbot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "hericanbot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "siliconbot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "impulsbot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "studiobot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "carsnbots.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "binsh.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "fosscordbot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "sugarcanebot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; + "gradbot.bots.rory.gay" = import ./hosts/rory.gay/bots.nix; }; }; }; diff --git a/host/Rory-nginx/hosts/thearcanebrony.net/bots.nix b/host/Rory-nginx/hosts/rory.gay/bots.nix index f18a402..f18a402 100755 --- a/host/Rory-nginx/hosts/thearcanebrony.net/bots.nix +++ b/host/Rory-nginx/hosts/rory.gay/bots.nix |