nix infra
Find a file
2024-02-22 20:20:07 +01:00
config bug fixes 2024-02-22 20:20:07 +01:00
modules added homemanager 2024-02-05 22:22:40 +01:00
.gitignore gitignore 2024-01-12 15:14:17 +01:00
flake.lock added custom locale 2024-02-22 14:17:42 +01:00
flake.nix fixes 2024-02-14 21:40:07 +01:00
README.md added homemanager 2024-02-05 22:22:40 +01:00

emilys Nix Infra

Deploy changes on ...

all hosts

$ colmena apply --on @production

routers only

$ colmena apply --on @router

Structure

nixfiles
├── config              # NixOS configuration
│   ├── common          # configuration applyed to all hosts (some settings might be influenced by machine-type)
│   │   └── users       # user configuration
│   ├── hosts           # configuration for specific hosts
│   ├── profiles        # configuariotn for specific machine types
│   └── services        # common service configuration
└── modules             # NixOS modules