Nix configuration for Xeovalyte
Go to file
2024-05-10 19:42:42 +02:00
hosts Resolved conflicts 2024-05-10 19:36:46 +02:00
modules Resolved conflicts 2024-05-10 19:36:46 +02:00
flake.lock Updated flake 2024-05-10 19:42:42 +02:00
flake.nix updated desktop configuration 2024-03-14 21:36:28 +01:00
README.md initial configuration 2024-03-09 17:18:36 +01:00

Xeovalyte Dotfiles with Nix

New system install guide

1. Install Nixos with ISO

Nixos download

2. Copy hardware configuration to hosts directory

3. Generate ssh-keys

Archserver

  1. ssh-keygen -f ~/.ssh/archserver
  2. ssh-copy-id -i ~/.ssh/archserver 192.168.1.20

Gitea

  1. ssh-keygen -f ~/.ssh/gitea -t ed25519 -C "me+gitea@xeovalyte.dev"
  2. Upload to Gitea
  3. Verify ssh key (follow instructions on Gitea)