Add OmpSs-2 release timers #207

Manually merged
rarias merged 2 commits from ompss2-timer into master 2025-10-28 12:41:13 +01:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit a294daf7e3 - Show all commits

View File

@ -29,6 +29,9 @@
};
};
# Allow gitea user to send mail
users.users.gitea.extraGroups = [ "mail-robot" ];
services.gitea-actions-runner.instances = {
runrun = {
enable = true;

View File

@ -1,8 +1,11 @@
{ config, lib, ... }:
{
# Robot user that can see the password to send mail from jungle-robot
users.groups.mail-robot = {};
age.secrets.jungleRobotPassword = {
file = ../../secrets/jungle-robot-password.age;
group = "gitea";
group = "mail-robot";
mode = "440";
};