And remove the other gitea user definitions (I think the old db dump might have caused this?)
This commit is contained in:
parent
ebc58c560e
commit
2761496399
|
@ -21,13 +21,13 @@
|
|||
# };
|
||||
#};
|
||||
|
||||
sops.secrets."mailpassunhash".mode = "0440";
|
||||
sops.secrets."mailpassunhash".owner = config.users.users.virtualMail.name;
|
||||
#sops.secrets."mailpassunhash".mode = "0440";
|
||||
#sops.secrets."mailpassunhash".owner = config.users.users.virtualMail.name;
|
||||
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
user = "gitea";
|
||||
group = "gitea";
|
||||
#user = "gitea";
|
||||
#group = "gitea";
|
||||
stateDir = "/var/lib/gitea";
|
||||
#TODO: different mail passwords for different services
|
||||
mailerPasswordFile = config.sops.secrets."mailpassunhash".path;
|
||||
|
|
Loading…
Reference in a new issue