Nix configuration for Xeovalyte
|
||
---|---|---|
assets | ||
homelab | ||
hosts | ||
modules | ||
flake.lock | ||
flake.nix | ||
justfile | ||
README.md |
Xeovalyte Dotfiles with Nix
New system install guide
1. Install Nixos with ISO
2. Copy hardware configuration to hosts directory
3. Generate ssh-keys
Archserver
ssh-keygen -f ~/.ssh/archserver
ssh-copy-id -i ~/.ssh/archserver 192.168.1.20
Gitea
ssh-keygen -f ~/.ssh/gitea -t ed25519 -C "me+gitea@xeovalyte.dev"
- Upload to Gitea
- Verify ssh key (follow instructions on Gitea)
4. Add SSH keys
ssh-add ~/.ssh/gitea
ssh-add ~/.ssh/archserver