And remove the other gitea user definitions (I think the old db dump might have caused this?)

This commit is contained in:
Lillian Violet 2024-01-19 01:00:20 +01:00
parent 9a2f9f4cd2
commit e5873d64a2

View file

@ -21,13 +21,13 @@
# }; # };
#}; #};
sops.secrets."mailpassunhash".mode = "0440"; #sops.secrets."mailpassunhash".mode = "0440";
sops.secrets."mailpassunhash".owner = config.users.users.virtualMail.name; #sops.secrets."mailpassunhash".owner = config.users.users.virtualMail.name;
services.forgejo = { services.forgejo = {
enable = true; enable = true;
user = "gitea"; #user = "gitea";
group = "gitea"; #group = "gitea";
stateDir = "/var/lib/gitea"; stateDir = "/var/lib/gitea";
#TODO: different mail passwords for different services #TODO: different mail passwords for different services
mailerPasswordFile = config.sops.secrets."mailpassunhash".path; mailerPasswordFile = config.sops.secrets."mailpassunhash".path;