| 12 Apr 2026 |
Arian | In reply to @arianvp:matrix.org @winter:catgirl.cloud: @winterqt:nixos.dev: i have a time-pressing issue. We enrolled the apple Macs with the MDM Push certificate you created and uploaded. We must renew them within the next 4 days. If we fail to do so the Macs turn into bricks unless we manually unenroll them now.
Could you please today log into Mosyle and follow the instructions with renewing? Or can you share in the infra vault the credentials for winter@nixos.org managed apple id?
This has been fixed. I have reset the Apple account password and did this myself | 09:52:20 |
| leona changed their profile picture. | 12:15:40 |
emily | just flagging up: possible that resolution of semantic merge conflict in https://matrix.to/#/!CTCrFzsBPYmDLmrja4:0upti.me/$D5_3aJlWgpCoYwKsCARVLbMCs7eI-wWK1iW2rfKPRyE?via=nixos.org&via=matrix.org&via=tchncs.de to fix NixOS tests might require rebuild of all tests once triaged; not sure if it makes sense to cancel current nixos:unstable builds for now as a result | 16:09:18 |
ethancedwards8 | I'm getting a 404 error on the unstable branch of search.nixos.org | 20:17:37 |
ethancedwards8 |  Download 2026-04-12-161808_1421x226_scrot.png | 20:18:22 |
hexa (signing key rotation when) | infra has nothing to do with nixos-search | 20:36:17 |
hexa (signing key rotation when) | https://github.com/NixOS/nixos-search | 20:36:28 |
hexa (signing key rotation when) | raboof? | 20:36:37 |
jappie | network tab shows
{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [latest-45-nixos-unstable]","resource.type":"index_or_alias","resource.id":"latest-45-nixos-unstable","index_uuid":"_na_","index":"latest-45-nixos-unstable"}],"type":"index_not_found_exception","reason":"no such index [latest-45-nixos-unstable]","resource.type":"index_or_alias","resource.id":"latest-45-nixos-unstable","index_uuid":"_na_","index":"latest-45-nixos-unstable"},"status":404}
which is related to this PR yesterday https://github.com/NixOS/nixos-search/pull/1189/changes#diff-a873f4d3cbf7590c99ffb8d3289af09df174091d315d2777cdb1132fc8d30a09 | 20:55:52 |
hexa (signing key rotation when) | commented on the RP | 20:57:43 |
hexa (signing key rotation when) | Redacted or Malformed Event | 20:57:45 |
jappie | ah, and one hour ago here: https://github.com/NixOS/nixos-search/commit/7a259ff093a55bee80e821f7c21a3ea204b87eeb#diff-a873f4d3cbf7590c99ffb8d3289af09df174091d315d2777cdb1132fc8d30a09 (this one updates the frontend version) | 20:58:04 |
| 13 Apr 2026 |
| Alesya changed their display name from Alesya Huzik to Alesya. | 01:46:58 |
raboof | thanks for the ping, workaround deployed, tracking the proper fix in https://github.com/NixOS/nixos-search/issues/1197 | 07:10:04 |
Mic92 | hexa (signing key rotation when): Simon Hauser I started integrating ofborg infra in the nixos infra repo, in the hope that we than have an easier time keeping everything up-to-date: https://github.com/NixOS/infra/pull/1009 | 07:37:13 |
Mic92 | I also noticed my age keys were not enrolled for these machines | 07:37:40 |
Mic92 | dgrig: did this happen? https://github.com/NixOS/infra/issues/968 | 08:40:02 |
hexa (signing key rotation when) | it did | 11:16:38 |
hexa (signing key rotation when) | https://github.com/FiloSottile/age/issues/537#issuecomment-1907361675
https://github.com/FiloSottile/age/issues/142#issuecomment-1001161195 | 11:27:33 |
hexa (signing key rotation when) | also https://github.com/str4d/rage/issues/272#issuecomment-2179600832 | 11:30:36 |
uep | https://hydra.nixos.org/jobset/nixos/unstable shows 4 days since the last eval. I know there were disk space and other issues, as above, but I'm assuming they're now resolved. Is there still an issue? | 22:23:41 |
uep | Or, as I suddenly realise, is this just awkward timing and rounding - an eval may kick off any minute on the every-2-days schedule, with one having been missed? | 22:24:30 |
uep | I'll assume it's that for now, there's no real reason to expect an eval to have started immediately after the issue was resolved. | 22:27:13 |
hexa (signing key rotation when) | dovecot changes caused eval errors | 22:31:20 |
hexa (signing key rotation when) | merged https://github.com/NixOS/nixpkgs/pull/509691 just now to unblock | 22:32:01 |
hexa (signing key rotation when) | still not enough | 22:32:49 |
hexa (signing key rotation when) | error:
Failed assertions:
- The option definition `services.dovecot2.enableImap' in `/home/hexa/git/nixos/master/nixos/tests/gitlab/gitlab.nix' no longer has any effect; please remove it
Set 'services.dovecot2.settings.protocols.imap = true/false;' instead.
- services.dovecot2: Since Dovecot 2.4, the option 'services.dovecot2.settings.dovecot_config_version' must be explicitly set.
To retain compatibility with future updates, set the following and manually update as needed.
services.dovecot2.settings.dovecot_config_version = "2.4.3";
Alternatively, you can automatically update to newer versions of the configuration format, which might break compatibility with future updates.
services.dovecot2.settings.dovecot_config_version = config.services.dovecot2.package.version;
See <https://doc.dovecot.org/latest/installation/upgrade/2.3-to-2.4.html>.
- services.dovecot2: Since Dovecot 2.4, the option 'services.dovecot2.settings.dovecot_storage_version' must be explicitly set.
Set it to the oldest version the storage should stay compatible with, for example the following for the currently selected version.
services.dovecot2.settings.dovecot_storage_version = "2.4.3";
See <https://doc.dovecot.org/latest/installation/upgrade/2.3-to-2.4.html>.
note: trace involved the following derivations:
derivation 'vm-test-run-gitlab'
derivation 'nixos-test-driver-gitlab'
derivation 'nixos-vm'
| 22:33:00 |
hexa (signing key rotation when) | https://githuib.com/nixos/nixpkgs/pull/509688 | 22:33:21 |
hexa (signing key rotation when) | Redacted or Malformed Event | 22:33:47 |
| 14 Apr 2026 |
leona | also we should merge staging-nixos bc. of https://github.com/NixOS/nixpkgs/pull/509378 | 07:53:01 |