Files
flocon/README.md
2025-07-17 14:36:59 +02:00

19 lines
440 B
Markdown

# NixOS & Home Manager config
## Structure
- **home**: Home Manager modules
- **hosts**: 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
## Dotfiles
### Linking with dotbotc (for windows)
```sh
dotbot -c ./dotbot/windows.yaml -d home
```