mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-14 02:38:58 +02:00
Add utility mail account and password; improve secret handling for dry-run in the most hecking scuffed arse secret management in the mail server configuration.
This commit is contained in:
parent
27610eca0f
commit
908c90ff49
4 changed files with 54 additions and 20 deletions
|
|
@ -42,6 +42,13 @@
|
|||
mode = "0400";
|
||||
};
|
||||
|
||||
sops.secrets."utility-password" = {
|
||||
format = "yaml";
|
||||
sopsFile = ../../secrets/mail/secrets.yaml;
|
||||
owner = "root";
|
||||
mode = "0400";
|
||||
};
|
||||
|
||||
sops.secrets."cloudflare-dns-token" = {
|
||||
format = "yaml";
|
||||
sopsFile = ../../secrets/mail/secrets.yaml;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue