forked from fediversity/fediversity
set just group for system users
This commit is contained in:
parent
203063b031
commit
1fff38f5fa
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