Nix configuration for Xeovalyte
Go to file
2025-01-02 19:11:41 +01:00
assets Migrated from nix-colors to stylix 2024-12-25 23:55:11 +01:00
homelab Merge branch 'main' of ssh://gitea.xeovalyte.dev:2222/xeovalyte/nix 2024-11-24 21:01:26 +01:00
hosts Updated hardware configuration 2025-01-02 19:11:41 +01:00
modules Config changes 2025-01-02 09:35:55 +01:00
flake.lock Config changes 2025-01-02 09:35:55 +01:00
flake.nix Config changes 2025-01-02 09:35:55 +01:00
justfile Updated configuration 2024-12-10 18:38:17 +01: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