Gabriel Fontes
Gabriel Fontes
I got this fixed by using the developer provided adb/fastboot binaries instead of my distro's. This https://github.com/aosp-mirror/platform_system_core/blob/master/fastboot/fastboot_driver.cpp#L438 is probably patched somehow
Just chiming in, i'd like to report that @skleeschulte's solution works perfectly for client-to-site VPN setups as well. My usecase is for accessing services (web and ssh) on my home's...
I had this same need and tried to get it working. WIP, still testing: https://github.com/Misterio77/amazon-ecs-render-task-definition EDIT: Seems to work okay, working on getting test coverage for the errors now, just...
Thanks for your kind words! Here's a snippet on how to multihost (based on the standard template): ```nix { # ... nixosConfigurations = { foo = nixpkgs.lib.nixosSystem { specialArgs =...
Hey folks, thanks for the compliments and interest :). Since I started with my config, I've tried a few different structures, and so far this is the one that worked...
Whoa, your ZFS module is really complete. You might want to consider making a repo exposing it through its flake, could be very useful to other people (depending on it...
I'm definitely interested in this! Feel free to open up a PR if you can, otherwise I might give it a shot
Hello! I'd love to get this implemented. Feel free to open up a PR if you have time, otherwise I might give it a shot soon(ish)
This should be fixed by https://github.com/Misterio77/nix-colors/pull/26
Please do! I'm actually planning on splitting the lib into "core" and "contrib" sections. I also plan on implementing a function that can import base16 .yml schemes into nix-colors, as...