Maximilian Bosch
Maximilian Bosch
**Describe the bug** When having two applications (called A, B) bound to an LDAP outpost and A has a User/Group binding, the LDAP bind against B breaks with "Insufficient access"...
Suppose you have a configuration like this: ```nix { environment.persistence = { "/impermanence/safe" = { directories = [ "/etc/wpa_supplicant.conf" ]; }; } ``` Now, `wpa_supplicant` appears to do a rename...
A note upfront: this is me with my work-hat on. I'm _not_ reaching out to ask you to do all the work, but to see if * others have better...
### Describe the issue Consider the following scenario: * a project depends on pluggy
### What happened? Consider the following configuration file (shortened): ```ini [server] http_addr=2001:db8::1 # I would use a hostname here, but that's not possible since v11 [rendering] callback_url=http://[2001:db8::1]:3000 ``` When requesting...
Not very pretty, but useful when having to apply local patches for the Python code. Can be done like this: (self: super: { inherit (authentik-nix.lib.mkAuthentikScope { pkgs = self; extraPatches...
The docs are misleading here, make it clear that this needs to be enabled explicitly since ac0204cdd24c87850e97296e6f2d185017b57634. cc @asherf
## Description of changes Changes: * https://github.com/oetiker/znapzend/releases/tag/v0.21.1 * https://github.com/oetiker/znapzend/releases/tag/v0.22.0 * https://github.com/oetiker/znapzend/releases/tag/v0.23.0 * https://github.com/oetiker/znapzend/releases/tag/v0.23.1 * https://github.com/oetiker/znapzend/releases/tag/v0.23.2 Additionally a few minor things improved: * Only use autoreconfHook, drop manual autotools invocations. *...
Given * Python 3.11.9 installed from nixpkgs (with setuptools `69.5.1.post0`) * appenv at 2aee66bb3bd71eb2327afd654b7b09d862c39db3 * batou 2.5.0b3 I get the following error when running `./appenv python`: ``` Existing envdir not...
My use-case is basically * when playing videos/movies, I don't want swayidle to kick in * when I listen to songs (via $application), swayidle can kick in because it's usually...