Maximilian Bosch
Maximilian Bosch
As my focus is currently shifting to a lot of other stuff, I guess that it might make sense to document several parts of the build system/the release process to...
Unresolved questions / TODO: * [ ] Details of how the keyring works * [ ] Figure out how to safely write the timeout before placing sensitive material into the...
Suppose you had a secret deployed like this: ```nix { sops.secrets.foo = {}; } ``` Now, when deploying a new change with the following secret: ```nix { sops.secrets."foo/bar" = {};...
**Describe the bug** Currently, it's possible to define a `logouturl` for the SAML provider (since https://github.com/Ylianst/MeshCentral/issues/3202). That however doesn't seem sufficient for a proper SLO logout, see also https://www.identityserver.com/articles/the-challenge-of-building-saml-single-logout. In...
Given a Hetzner AX41 NVMe (two SSDs, MBR / legacy boot required) with a mirrored zpool (not part of the example): ```nix { disko.devices.disk.nvme0n1 = { type = "disk"; device...
I'm also interested in monitoring Hydra instances using a prometheus exporter, however I'm rather hesitant to simply include `delft/prometheus/hydra-queue-runner-reexporter.py` from here without having releases and probably sudden changes (as breaking...
Just wondered if it would make sense to (optionally) run `generate-programs-index` on a `nixos-rebuild`. A benefit of this would be that I can use the `command-not-found-handler` from NixOS without using...
An example for this behavior is the following thread: https://github.com/NixOS/nixpkgs/pull/55101 The initial change was a Hydra bump and I my review got requested as I'm a Hydra package maintainer ATM....
If a PR is closed before ofborg's eval is done, I don't think that a review should be requested. Example for this: https://github.com/NixOS/nixpkgs/pull/78486