Compare commits

..

1 commit

Author SHA1 Message Date
f2b83cf5d8 Restrict HRZ allowlist update service privileges 2024-04-04 17:17:29 +02:00

View file

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