mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-01-09 15:12:36 +08:00
Merge #321
321: modules/sops/templates: declare `defaultText` for `sops.templates.<name>.group` r=Mic92 a=Ma27 Co-authored-by: Maximilian Bosch <maximilian@mbosch.me>
This commit is contained in:
commit
4a330ead6a
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ in {
|
|||
group = mkOption {
|
||||
type = singleLineStr;
|
||||
default = users.${config.owner}.group;
|
||||
defaultText = ''config.users.users.''${cfg.owner}.group'';
|
||||
description = ''
|
||||
Group of the file.
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue