nix infra
Find a file
2024-02-28 16:20:45 +01:00
config fixes 2024-02-28 16:20:45 +01:00
modules fixes 2024-02-28 16:20:45 +01:00
.gitignore gitignore 2024-01-12 15:14:17 +01:00
flake.lock fixes 2024-02-27 19:07:12 +01:00
flake.nix fixes 2024-02-26 20:20:03 +01:00
README.md fixes 2024-02-27 19:07:12 +01:00

emilys Nix Infra

First deployment

$ nix run github:nix-community/nixos-anywhere -- --flake ".#<configuration>" root@<target-host>

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