mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-12-31 11:34:18 +00:00
10 lines
353 B
Markdown
10 lines
353 B
Markdown
# nixos-configs
|
|
|
|
## Miscellaneous Notes
|
|
- To generate the sops age key for a new host
|
|
- `nix-shell -p ssh-to-age --run 'cat /etc/ssh/ssh_host_ed25519_key.pub | ssh-to-age'`
|
|
- Update keys after adding new host or personal key
|
|
- `sops updatekeys <file>`
|
|
## Misc references used
|
|
* https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles/tree/main
|