diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-25 22:01:19 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-25 22:01:19 +0100 |
commit | 9a21555579551ac1a7211423befeef9b7f52905d (patch) | |
tree | f25fdf2f8473dd6b5cf8cab68428b36a4450c983 /host/Rory-discordbots/services.nix | |
parent | Add botcore-v4 as output (diff) | |
download | Rory-Open-Architecture-9a21555579551ac1a7211423befeef9b7f52905d.tar.xz |
Remove services
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | host/Rory-discordbots/services.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-discordbots/services.nix b/host/Rory-discordbots/services.nix index a1ef75f..48fa320 100644 --- a/host/Rory-discordbots/services.nix +++ b/host/Rory-discordbots/services.nix @@ -12,6 +12,6 @@ Restart = "always"; RestartSec = "5s"; }; - } + }; } |