forked from DGNum/infrastructure
modules/dgn-secrets: Fix options
This commit is contained in:
parent
28fc16dc96
commit
c6121e63d7
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ let
|
||||||
|
|
||||||
group = mkOption {
|
group = mkOption {
|
||||||
type = str;
|
type = str;
|
||||||
default = users.${config.owner}.group or "0";
|
default = config.users.${config.owner}.group or "0";
|
||||||
description = ''
|
description = ''
|
||||||
Group of the decrypted secret.
|
Group of the decrypted secret.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue