Nix configuration for Xeovalyte
Go to file
2024-11-05 21:03:34 +01:00
assets Bunch of configuration changes 2024-05-28 14:19:16 +02:00
homelab Added SearXNG, Homeassistant and Paperless 2024-11-05 21:03:34 +01:00
hosts Added dozzle 2024-10-24 20:14:50 +02:00
modules Merge branch 'main' of ssh://gitea.xeovalyte.dev:2222/xeovalyte/nix 2024-10-15 11:51:58 +02:00
flake.lock Config chagnes 2024-10-06 16:36:21 +02:00
flake.nix Added new host to flake 2024-10-11 17:17:34 +02:00
README.md SSH configuration and desktop fixes 2024-06-18 11:22:58 +02: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)

4. Add SSH keys

  1. ssh-add ~/.ssh/gitea
  2. ssh-add ~/.ssh/archserver