Adjust DKIM permissions

This commit is contained in:
Andreas Zweili 2024-03-04 22:31:57 +01:00
parent 63cdd3a61d
commit b43da366ea
1 changed files with 4 additions and 4 deletions

View File

@ -36,14 +36,14 @@ in
age.secrets.dkim2liCh = { age.secrets.dkim2liCh = {
file = "${inputs.self}/scrts/dkim_2li.ch.age"; file = "${inputs.self}/scrts/dkim_2li.ch.age";
mode = "600"; mode = "600";
owner = "112"; owner = "113";
group = "114"; group = "115";
}; };
age.secrets.dkimZweiliCh = { age.secrets.dkimZweiliCh = {
file = "${inputs.self}/scrts/dkim_zweili.ch.age"; file = "${inputs.self}/scrts/dkim_zweili.ch.age";
mode = "600"; mode = "600";
owner = "112"; owner = "113";
group = "114"; group = "115";
}; };
environment.etc = { environment.etc = {