3 Commits

Author SHA1 Message Date
2577f6344b Fix gitea user to allow sending email
All checks were successful
CI / build:all (pull_request) Successful in 56m28s
CI / build:cross (pull_request) Successful in 1h5m6s
In order to send email, the gitea user needs to be in the mail-robot
group.

Fixes: #220
2026-01-20 11:49:31 +01:00
ebba91d48b Remove unneeded perf package from eudy
It is already included in the base list of packages, which is now only
"perf" and doesn't depend on the kernel version.
2026-01-20 11:49:31 +01:00
e47ab878a0 Fix infiniband interface names 2026-01-20 11:49:22 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
address = "10.0.40.1";
prefixLength = 24;
} ];
interfaces.ibp5s0.ipv4.addresses = [ {
interfaces.ibs785.ipv4.addresses = [ {
address = "10.0.42.1";
prefixLength = 24;
} ];

View File

@@ -21,7 +21,7 @@
prefixLength = 24;
} ];
# Watch out! The OmniPath device is not in the same place here:
interfaces.ibp129s0.ipv4.addresses = [ {
interfaces.ibs801.ipv4.addresses = [ {
address = "10.0.42.2";
prefixLength = 24;
} ];