Scott Edlund
Scott Edlund
Yes. Look here: https://github.com/Mic92/sops-nix?tab=readme-ov-file#different-file-formats the `sops.defaultSopsFile` would be your `common.yaml` then reference the other secret files with `sopsFile` as shown in the example. which secret files each machine can decrypt...
i have a common and one per host if needed. my home-manager with sops is separate
if you have a lot - this may give you inspiration: https://github.com/clan-lol/clan-core/blob/a95853276605332edd7bf109d9dce87a3c66a02e/nixosModules/clanCore/facts/secret/sops.nix#L44-L46
Also see https://github.com/Mic92/sops-nix/issues/378#issuecomment-2068820729
noticed this today: 2024-12-26 [rbw 1.13.0 released](https://github.com/doy/rbw/releases/tag/1.13.0) 2024-12-27 [nixpkgs-update creates PR for 1.13.0](https://github.com/NixOS/nixpkgs/pull/368532#issue-2760846613) 2024-12-27 [rbw 1.13.1 released](https://github.com/doy/rbw/releases/tag/1.13.1) 2025-01-05 [1.13.0 PR merged to master](https://github.com/NixOS/nixpkgs/pull/368532#event-15816281737) 2025-01-05 [build makes it into nixos-unstable-small](https://hydra.nixos.org/eval/1810856) 2025-01-06...
@bebehei >but the remote key location is processed by the program itself. the remote key path is specified in your disko config so it depends where its put: https://github.com/nix-community/disko/blob/84a5b93637cc16cbfcc61b6e1684d626df61eb21/example/luks-interactive-login.nix#L26 @felixdorn...
@bebehei > Is this documented anywhere? I dont see anything specific in nixos-anyhere that ties it all together. Seems to be in disko's examples directory for luks setup which one...
`gemini-1.5-pro-latest` does not exist
Thanks. I updated the test to use `--target`. I didn't see anything specific in `interface.json` that needs to change. 🧐
I appreciate your feedback. > I can no longer specify a target via `deploy -d -s .#test` This was unintentional. Although, having 3 ways to specify hosts to deploy is...