users/infinidoge: setup personal cli email
This commit is contained in:
parent
601b954abe
commit
873f0be667
4 changed files with 65 additions and 2 deletions
|
@ -34,6 +34,7 @@ in
|
|||
"borg-password" = secrets."borg-password" // { group = "borg"; mode = "440"; };
|
||||
"binary-cache-private-key" = secrets.binary-cache-private-key // lib.optionalAttrs config.services.hydra.enable { group = "hydra"; mode = "440"; };
|
||||
"smtp-password" = withGroup "smtp" secrets."smtp-password";
|
||||
"personal-smtp-password" = withOwner "infinidoge" secrets."personal-smtp-password";
|
||||
}
|
||||
(mkIf config.services.nginx.enable {
|
||||
inherit (secrets) "cloudflare";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue