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 = age.secrets =
lib.mapAttrs lib.mapAttrs
(_: owner: { (_: group: {
inherit owner; owner = "root";
group = owner; inherit group;
mode = "440"; mode = "440";
}) })
{ {