Files
nix/README.md
2026-02-22 14:37:09 +01:00

28 lines
372 B
Markdown

# NixOS flake
## hosts
### NixOS
```
nixos-rebuild switch --flake .#<hostname>
```
### home manager
```
home-manager switch --flake .#work
```
### virtual machines
```
nix build -L '.#nixosConfigurations.vm.config.system.build.vmWithDisko'
./result/bin/disko-vm
```
## docs
* [deploy using colmena](./deploy/README.md)
* [SD installer images](./images/README.md)