1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Put mail.nix in its own directory

This commit is contained in:
RGBCube 2024-04-30 12:56:07 +03:00
parent eae2bf434e
commit 611498905f
No known key found for this signature in database
7 changed files with 6 additions and 5 deletions

View file

@ -8,7 +8,7 @@ let
port = 8004;
in systemConfiguration {
secrets.forgejoMailPassword = {
file = ../password.plain.mail.age;
file = ../mail/password.plain.age;
owner = "forgejo";
};
secrets.forgejoRunnerPassword = {

View file

@ -12,7 +12,7 @@ in systemConfiguration {
owner = "grafana";
};
secrets.grafanaMailPassword = {
file = ../password.plain.mail.age;
file = ../mail/password.plain.age;
owner = "grafana";
};

View file

@ -7,7 +7,7 @@ let
prometheusPort = 9040;
in systemConfiguration {
secrets.mailPassword.file = ./password.plain.mail.age;
secrets.mailPassword.file = ./password.plain.age;
services.prometheus = {
exporters.postfix = enabled {