Daniel Fullmer
Daniel Fullmer
There's two components to implementing in the way I'd ultimately like: 1. Provide config options for all supported devices under both robotnix `apps.auditor.devices.*` as well as under the NixOS module...
Could you add a short section to `docs/src/modules/flavors.md` (similar to Anbox section) describing the support level as "experimental"?
I think I've found the issue. These scripts are ultimately being wrapped by two separate layers, only one of which includes the poetry dependencies we need. 1) Outer layer `mkPoetryEnv`...
That's it! There's also the `pinecube-wip` branch on my nixpkgs fork, which includes a few additional fixes I needed to get diskless network booting working. (I hope to have time...
Cross-compilation to an armv7l target only has partial support in NixOS--hence the need for some of those random fixes I mentioned. So, I'm not too surprised that `git` or `emacs-nox`...
IIRC, the KVM + GRID drivers we're using don't compile with kernels `>= 5.10`. I'm currently using `5.4`. There's a WIP patch for more recent kernels [here](https://github.com/DualCoder/vgpu_unlock/pull/34), but I don't...
Ah, I didn't realize you had a sandbox exception for the keystore. Yes, I did notice the hydra stuff you currently have. I just haven't tried it out yet--which I...
Hey, thanks for the bug report! I haven't had much time to work on this software recently, but my classes are almost over so I should be able to take...
It's been a long time since I was experimenting with this, but I remember trying to do this with both bindfs and using overlayfs + chmod. In both cases the...