Home

infra @main - refs - log -
-
https://git.jolheiser.com/infra.git
dragonwell flake
tree log patch
add hdd to beszel for gunpowder Signed-off-by: jolheiser <git@jolheiser.com>
Signature
-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQMr5egtgtEwMry3F6hnBKOiWNT/Z6WIDVAjE/V0E5HF1MrsoJifeHwzuO0lySMy+YT +aSukh9Dy+cmo4SwaqSwo= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
1 month ago
1 changed files, 4 additions(+), 1 deletions(-)
gunpowder/beszel.nix
M gunpowder/beszel.nix -> gunpowder/beszel.nix
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
diff --git a/gunpowder/beszel.nix b/gunpowder/beszel.nix
index e7bc06397b0e5d4122a6a19e9280770a4c1ac2dc..d6e2596e5936819d7be2ab24125c526b879098f0 100644
--- a/gunpowder/beszel.nix
+++ b/gunpowder/beszel.nix
@@ -3,7 +3,10 @@ {
   age.secrets.beszel-gunpowder.file = ../secrets/beszel-gunpowder.age;
   services.beszel.agent = {
     enable = true;
-    environment.LOG_LEVEL = "info";
+    environment = {
+      EXTRA_FILESYSTEMS = "/mnt/hdd";
+      LOG_LEVEL = "info";
+    };
     environmentFile = config.age.secrets.beszel-gunpowder.path;
   };
 }