Cole Mickens
Cole Mickens
done: https://github.com/nix-community/nixpkgs-wayland/commit/21f6d711cb3ea901c81ec11d6f8e692d74cf119e
Wow, I don't know how I missed this entire thing either. Is this still relevant?
:+1: makes sense, I'll try to take a day or two and go through this repo issues/prs and see what I can do with some focus. And thanks for providing,...
You need to be on a more up to date version of nixpkgs. Yours is weeks old. On Thu, Apr 23, 2020, 07:44 Simon Ganon wrote: > Any updates on...
I am sorry that I haven't gotten back around to this. It seems like possibly you have figured it out. (edit: "it" being how to use the overlay) What channel...
I've re-added some usage instructions to the README. The wiki syntax is a bit foreign to me still and I have only written about half of a revamped Overlays page.
It looks like they'll even do most of the heavy lifting: https://github.com/open-vsx/publish-extensions
I was thinking the services could use systemd's mechanism and wait on the /run/secrets/... key path to exist. I'll try to enable network in initrd, I hadn't thought to just...
It looks like `boot.initrd.network.enable` isn't quite sufficient. Although the VM gets a lease, the network is unreachable when `sops-install-secrets` tries to use it to access the authentication token service. Maybe...
Unfortunately, the closest I've gotten required `boot.initrd.network.flushBeforeStage2 = false;` and it still wound up failing due to network failures, I suspect because stage-2 started reconfiguring the interface, etc. I can...