diff --git a/README.md b/README.md index 769ab35..aa927d4 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ # NixOS & Home Manager config +This repository contains all my system configurations, mostly deployed using Nix and [Clan]. + ## Structure -- **home**: Home Manager modules -- **hosts**: Host-specific configs +- **home**: Dotfiles +- **machines**: Host-specific configs - **infra**: Terraform/OpenTofu files -- **secrets**: Age-encrypted secrets shared between multiple hosts. - Host-specific secrets are stored in their own directories. -- **system**: Base NixOS modules shared among all hosts +- **vars**: Encrypted secrets managed by clan +- **modules**: NixOS modules +- **clanServices**: Custom [Clan Services](https://docs.clan.lol/reference/clanServices) ## Dotfiles @@ -16,3 +18,5 @@ ```sh dotbot -c ./dotbot/windows.yaml -d home ``` + +[Clan]: https//clan.lol diff --git a/machines/README.md b/machines/README.md index 996fa70..7290d44 100644 --- a/machines/README.md +++ b/machines/README.md @@ -3,3 +3,4 @@ - **crocus**: Hetzner Cloud x86_64 VPS - **genepi**: Raspberry Pi 4B - **haze**: ASUS VivoBook Laptop +- **verbena**: OVH Cloud x86_64 VPS