mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-25 10:52:03 +01:00
Update aqua (#252)
* fix: Grafana's secret key doesn't have a default value anymore
flake.lock: Update
Flake lock file updates:
• Updated input 'mysecrets':
'git+ssh://git@github.com/ryan4yin/nix-secrets.git?ref=refs/heads/main&rev=cfe34c222cf7ee4290438c97e6cc734aa7792346&shallow=1' (2025-12-18)
→ 'git+ssh://git@github.com/ryan4yin/nix-secrets.git?ref=refs/heads/main&rev=86de5313787257806723f03dccabd52bb7501ff3&shallow=1' (2026-03-18)
* fix: gitea sendmail path
* fix: transmission_4
This commit is contained in:
@@ -203,6 +203,11 @@ in
|
||||
mode = "0400";
|
||||
owner = "grafana";
|
||||
};
|
||||
"grafana-secret-key" = {
|
||||
file = "${mysecrets}/server/grafana-secret-key.age";
|
||||
mode = "0400";
|
||||
owner = "grafana";
|
||||
};
|
||||
|
||||
"alertmanager.env" = {
|
||||
file = "${mysecrets}/server/alertmanager.env.age";
|
||||
|
||||
Reference in New Issue
Block a user