Compare commits

..

1 commit

Author SHA1 Message Date
4b684bc1e6 Restrict HRZ allowlist update service privileges 2024-04-04 17:35:28 +02:00

View file

@ -28,8 +28,8 @@
}; };
backupKey = { backupKey = {
sopsFile = ./backupKey.yaml; sopsFile = ./backupKey.yaml;
owner = "root"; owner = "mailman";
group = "root"; group = "mailman";
mode = "0400"; mode = "0400";
}; };
}; };