Jonas Chevalier
Jonas Chevalier
One approach is to create a dev sub-flake to encapsulate the dev dependencies. It's a bit clunky but it works: https://github.com/nix-community/srvos/tree/main/dev (see also the .envrc file) If we can keep...
## IPXE Here are some infos from the rescue system: ``` $ curl http://188.40.24.200/api/v2/tftp/boot_config #!ipxe set default-server http://fsn1-dhcp1.hetzner.company/tftp set default-nfs 213.133.99.101:/nfs set rescue_hash $6$7qya5Tk9V8.ByWQR$vPbm45rAvMXd9QKscqc8wbJbW31DX2XvvQInIk7LN6fXxI6BVAAIj5xLdaC0FgaoObtWbufsEyoxsIqi5FiBN0 set keyboard de chain ${default-server}/ipxe/menu.ipxe ```...
## Hetzner Support * https://docs.hetzner.com/robot/dedicated-server/ip/ip-basics#auto-configuration * https://docs.hetzner.com/robot/dedicated-server/ip/additional-ip-adresses#slaac-ipv6
## Talos Only seeing Hetzner Cloud references: https://github.com/search?q=org%3Asiderolabs+hetzner&type=code&p=2
Look at the ordering of the `$precmd_functions` array and try to change the ordering between rvm and direnv. It's probably that rvm is executed second and takes over the PATH...
Make sure to load `eval "$(direnv hook zsh)"` after RVM
I'm sorry, it's difficult to help from my end. RVM is notorious for being a big pile of shell code. What I would do is try to flip the ordering...
Do you mind if we use mkDocs instead? We're using it on all our other projects. The best impl is on the treefmt project if you want to take a...
Thanks for all the hard work you put into this PR. It already looks much better than what we had before. I think it could be merged as is, and...
Thanks! We'll do the switch in another PR