clefru
clefru
The libvirtd image for nixops gets built within a qemu VM (see nix/libvirtd-image.nix). The problem stems from that the qemu runs within the nix-bld environment, and that makes /nix/store appear...
https://github.com/NixOS/nix/pull/2602 fixes this.
Opened a PR to move us to the image builder of which does not copy the jailed-distorted ownership view of /nix/store to the image. This should fix this issue.
I am hitting that bug as well on a backup server that receives an encrypted raw snapshot. ``` uname -a: Linux irulan 5.15.83 #1-NixOS SMP Wed Dec 14 10:37:31 UTC...
I stumbled across this bug when searching for ALC1220. Might be a hardware issue, see https://bugzilla.kernel.org/show_bug.cgi?id=195303 . I also sometimes experience weird distortions on output. Owning an MSI X399 Gaming...
After setting SHELL=zsh, ssh -oProxyCommand no longer works: ``` $ SHELL=zsh ssh -oProxyCommand=false foo zsh: No such file or directory kex_exchange_identification: Connection closed by remote host Connection closed by UNKNOWN...
My apologizes if this rubs someone the wrong way, but this is an honest outsider's perspective engaging with this repo for the first time: I came here to update the...
Motivation linked here: https://www.reddit.com/r/NixOS/comments/1cfv8vo/moderation_nogo_zones/
Thanks for the feedback. I agree that this doesn't fit the RFC process and should not go through it, but not for the lack of fitting the RFC process, but...
I started to work on a plugin for PaddleOCR. https://github.com/clefru/ocrmypdf-paddleocr It kinda works, but the packaging for NixOS for PaddleOCR is a bit messy, so I couldn't use the latest...