Maximilian Bosch

Results 86 issues of Maximilian Bosch

It's a pet peeve from me when logging into my personal Hydra that I always have to press the button rather than hitting Return after entering my password. Reason for...

Closes #1336 When restarting postgresql, the connections are still reused in `hydra-queue-runner` causing errors like this main thread: Lost connection to the database server. queue monitor: Lost connection to the...

Based on #1359. Trivial now that we have Perl bindings that accept a store URI. This changes the following operations to not use the local store, but the binary cache...

cc @dasj @Ericson2314 Hacky workaround for https://github.com/NixOS/nix/issues/9859, but after I managed to fix the issue on my end, I decided I could still submit it against upstream. ------ When using...

**Is your feature request related to a problem? Please describe.** Right now the UI doesn't show build products (from `$out/nix-support/hydra-build-products`) if the job is an aggregate job: https://github.com/NixOS/hydra/blob/d6cbf227cba90cf281f72f464393d75a45f2f3a8/src/root/build.tt#L254 I'd like...

`prometheus_client` supports IPv6 addresses for a while now[1]. This isn't used here however because the default 0.0.0.0 is used. Added an option `metrics.addr` that makes this configurable. Tested with mautrix-telegram....

While the trivial case of ```nix { config, lib, ... }: with lib; let cfg = config.foo.bar; in { config = { # completion here, yay! }; } ``` works...

A-ty
C-feature

While a lot of modules are in their own files, it's also possible to inline them in e.g. a flake.nix: ``` nix { description = "foobar"; outputs = { self,...

A-ty
C-feature

Idea originally from @nichmoe, discussed together with @frlan Nowadays, there are * GitLab CI pipelines running batou deployments on e.g. a version update * (multiple) AppOps team members working on...

Consider secret config like this: ``` [batou] secret_provider = age members = https://my.flyingcircus.io/rg/2342/sshkeys/login/blub/keys https://my.flyingcircus.io/rg/2343/sshkeys/login/blub/keys ``` Now, if I'm allowed to log into both RGs, there are two recipients with the...