https://github.com/saghen/nixfiles
Personal system and home-manager configuration for Hyprland, Fish, Neovim, Firefox and misc
https://github.com/saghen/nixfiles
Last synced: 4 months ago
JSON representation
Personal system and home-manager configuration for Hyprland, Fish, Neovim, Firefox and misc
- Host: GitHub
- URL: https://github.com/saghen/nixfiles
- Owner: Saghen
- License: mit
- Created: 2024-04-18T22:52:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-16T21:56:54.000Z (4 months ago)
- Last Synced: 2025-06-16T22:39:11.576Z (4 months ago)
- Language: Nix
- Homepage:
- Size: 4.45 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SOPS
Updating the keys when adding new hosts: `nsp sops` then `sops updatekeys keys/sops/whatever.yaml`
Edit with `sops edit keys/sops/whatever.yaml`
GPG for encryption
SSH for decryption (by converting the SSH to Age) using the default host key, it generates it automatically at /etc/ssh/id_smthsmth. You can get the age via the `ssh-to-age` tool like `cat /etc/ssh/ssh_host_ed25519_key.pub | ssh-to-age`