forked from fediversity/fediversity
set just group for system users
This commit is contained in:
parent
91e3df8e18
commit
81e5586f4d
1 changed files with 3 additions and 3 deletions
|
|
@ -12,9 +12,9 @@
|
|||
|
||||
age.secrets =
|
||||
lib.mapAttrs
|
||||
(_: owner: {
|
||||
inherit owner;
|
||||
group = owner;
|
||||
(_: group: {
|
||||
owner = "root";
|
||||
inherit group;
|
||||
mode = "440";
|
||||
})
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue