update READMEs

This commit is contained in:
2025-10-01 19:36:53 +02:00
parent 48c5929dfd
commit d1f810ee2d
2 changed files with 10 additions and 5 deletions

View File

@@ -1,13 +1,15 @@
# NixOS & Home Manager config # NixOS & Home Manager config
This repository contains all my system configurations, mostly deployed using Nix and [Clan].
## Structure ## Structure
- **home**: Home Manager modules - **home**: Dotfiles
- **hosts**: Host-specific configs - **machines**: Host-specific configs
- **infra**: Terraform/OpenTofu files - **infra**: Terraform/OpenTofu files
- **secrets**: Age-encrypted secrets shared between multiple hosts. - **vars**: Encrypted secrets managed by clan
Host-specific secrets are stored in their own directories. - **modules**: NixOS modules
- **system**: Base NixOS modules shared among all hosts - **clanServices**: Custom [Clan Services](https://docs.clan.lol/reference/clanServices)
## Dotfiles ## Dotfiles
@@ -16,3 +18,5 @@
```sh ```sh
dotbot -c ./dotbot/windows.yaml -d home dotbot -c ./dotbot/windows.yaml -d home
``` ```
[Clan]: https//clan.lol

View File

@@ -3,3 +3,4 @@
- **crocus**: Hetzner Cloud x86_64 VPS - **crocus**: Hetzner Cloud x86_64 VPS
- **genepi**: Raspberry Pi 4B - **genepi**: Raspberry Pi 4B
- **haze**: ASUS VivoBook Laptop - **haze**: ASUS VivoBook Laptop
- **verbena**: OVH Cloud x86_64 VPS