set just group for system users

This commit is contained in:
Kiara Grouwstra 2025-07-27 10:24:09 +02:00
parent 91e3df8e18
commit 81e5586f4d
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -12,9 +12,9 @@
age.secrets =
lib.mapAttrs
(_: owner: {
inherit owner;
group = owner;
(_: group: {
owner = "root";
inherit group;
mode = "440";
})
{