nyarlathotep: cleanup after deployment #55

Merged
Gonne merged 22 commits from Gonne/nixConfig:nyarlathotep into main 2025-03-24 19:38:06 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit eb75da15d4 - Show all commits

View file

@ -76,13 +76,13 @@
mode = "0440"; mode = "0440";
}; };
"dkim_rsa" = { "dkim_rsa" = {
sopsFile = ./dkim.keys.yaml; sopsFile = ./dkimKeys.secrets.yaml;
owner = "stalwart-mail"; owner = "stalwart-mail";
group = "stalwart-mail"; group = "stalwart-mail";
mode = "0440"; mode = "0440";
}; };
"dkim_ed25519" = { "dkim_ed25519" = {
sopsFile = ./dkim.keys.yaml; sopsFile = ./dkimKeys.secrets.yaml;
owner = "stalwart-mail"; owner = "stalwart-mail";
group = "stalwart-mail"; group = "stalwart-mail";
mode = "0440"; mode = "0440";