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:
bors[bot] 2023-04-26 19:58:52 +00:00 committed by GitHub
commit 4a330ead6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
'';