Home

infra @main - refs - log -
-
https://git.jolheiser.com/infra.git
dragonwell flake
tree log patch
disable forge-lines for now Signed-off-by: jolheiser <git@jolheiser.com>
Signature
-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQN+UzP4EQJfocE+bXNQJ47HuMGhLi9yT11DlhdMuh9KJz8QbJ22g1LWQB+LdTChzeo zSmf6rO0GM3VbtUw+lsAQ= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
2 weeks ago
1 changed files, 1 additions(+), 1 deletions(-)
dragonwell/forge-lines.nix
M dragonwell/forge-lines.nixdragonwell/forge-lines.nix
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/dragonwell/forge-lines.nix b/dragonwell/forge-lines.nix
index 6f087bdc9c632743c2d2ef8c336a57db43d23ca9..3e0345be7229b1c59cd8d56e6215fa0d0deb3a99 100644
--- a/dragonwell/forge-lines.nix
+++ b/dragonwell/forge-lines.nix
@@ -2,7 +2,7 @@ { config, ... }:
 {
   age.secrets.forge-lines.file = ../secrets/forge-lines.age;
   services.forge-lines = {
-    enable = true;
+    enable = false;
     discordTokenFile = config.age.secrets.forge-lines.path;
   };
 }