Also remove the mailer password file definition again
This commit is contained in:
parent
2761496399
commit
0bf37bb0c1
|
@ -20,7 +20,7 @@
|
|||
# extraGroups = ["virtualMail"];
|
||||
# };
|
||||
#};
|
||||
|
||||
|
||||
#sops.secrets."mailpassunhash".mode = "0440";
|
||||
#sops.secrets."mailpassunhash".owner = config.users.users.virtualMail.name;
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
|||
#group = "gitea";
|
||||
stateDir = "/var/lib/gitea";
|
||||
#TODO: different mail passwords for different services
|
||||
mailerPasswordFile = config.sops.secrets."mailpassunhash".path;
|
||||
#mailerPasswordFile = config.sops.secrets."mailpassunhash".path;
|
||||
database = {
|
||||
#user = "gitea";
|
||||
#name = "gitea";
|
||||
|
|
Loading…
Reference in a new issue