mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
fix(forgejo): use correct group for secret
This commit is contained in:
parent
a975cc1f7f
commit
d577fb1d1a
1 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
...
|
||||
}: let
|
||||
sentinelCfg = nodes.sentinel.config;
|
||||
# XXX: other domain on other proxy?
|
||||
forgejoDomain = "git.${sentinelCfg.repo.secrets.local.personalDomain}";
|
||||
in {
|
||||
# TODO forward ssh port
|
||||
|
@ -16,8 +17,8 @@ in {
|
|||
|
||||
age.secrets.forgejo-mailer-password = {
|
||||
rekeyFile = config.node.secretsDir + "/forgejo-mailer-password.age";
|
||||
mode = "400";
|
||||
group = "forgejo";
|
||||
mode = "440";
|
||||
inherit (config.services.gitea) group;
|
||||
};
|
||||
|
||||
nodes.sentinel = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue