Home

infra @main - refs - log -
-
https://git.jolheiser.com/infra.git
dragonwell flake
tree log patch
formatting nit Signed-off-by: jolheiser <git@jolheiser.com>
Signature
-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQLQoqpWB8+xUAxx9a9qM9tLt11LzESfwx6k5CnMgDHNLrtZFkLLtzUR76LaRzCnzkS bs10lX7lz+ekzLNLbPgAI= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
2 months ago
1 changed files, 1 additions(+), 3 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
14
diff --git a/dragonwell/forge-lines.nix b/dragonwell/forge-lines.nix
index aa5ebf93e4bef7a8844645342648671b83ecc6d4..6f087bdc9c632743c2d2ef8c336a57db43d23ca9 100644
--- a/dragonwell/forge-lines.nix
+++ b/dragonwell/forge-lines.nix
@@ -1,8 +1,6 @@
 { config, ... }:
 {
-  age.secrets = {
-    forge-lines.file = ../secrets/forge-lines.age;
-  };
+  age.secrets.forge-lines.file = ../secrets/forge-lines.age;
   services.forge-lines = {
     enable = true;
     discordTokenFile = config.age.secrets.forge-lines.path;