Scott Edlund

Results 126 comments of Scott Edlund

It would be interesting to contemplate implementing the disko primitives in a terraform provider. Then you gain the tf planning mechanism, state, and other niceties.

i would keep the password in a management program and pass it like this: https://nix-community.github.io/nixos-anywhere/howtos/secrets.html#example-uploading-disk-encryption-secrets or create a file as explained here: https://github.com/nix-community/disko/blob/18d0a984cc2bc82cf61df19523a34ad463aa7f54/example/luks-lvm.nix#L27-L32 just apply it to `additionalKeyFiles` instead.

im doing nesting with alloy secrets as well, works on x86/arm64. because it works on some, not others makes me wonder if the secrets have not been updated with the...

this change was merged to master https://github.com/nix-community/home-manager/commit/e8482a798fd85d6316dcf42387ad30b3a079585e probably merge to release-24.05

you can find maintainers by searching and clicking the link here: ![image](https://github.com/user-attachments/assets/fc57bc1d-1a78-4f6f-8674-04a3ff8a510d) https://github.com/nix-community/home-manager/blob/e1391fb22e18a36f57e6999c7a9f966dc80ac073/modules/programs/yazi.nix#L43 of course you can search this repo as well. in nixpkgs upstream, ofborg bot will notify maintainers...

it also breaks passing build args: > nix run "github:serokell/deploy-rs?rev=a6b0cb2" -- --targets .#wsl -- -Lv ``` error: the argument '--targets ' cannot be used with '[TARGET]' Usage: deploy --skip-checks --keep-result...

nushell is an interesting option for this use case. it has much better error handling and debugging, and is meant to easily interop with existing shell tools that are heavily...

it would address these reasons: https://github.com/mobile-shell/mosh/issues?q=is%3Aopen+is%3Aissue+label%3A%22Reliable+byte+stream%22

yes, hard to read. ![Image](https://github.com/user-attachments/assets/37485e15-a9c5-46e6-b8e1-74a64ff6cb94)