nixos-configs/README.md

23 lines
716 B
Markdown
Raw Normal View History

2023-10-17 07:26:21 +00:00
# nixos-laptop
2024-11-11 21:01:26 +00:00
NixOS configurations for my personal machines (contrary to the repo's name, it contains a desktop).
2024-11-11 21:01:26 +00:00
Currently managed systems:
- **sue**: My current laptop, a Dell XPS 9315. It has two flavours:
- Default running GNOME
- Specialisation running Cosmic
- **gamepc**: My gaming PC running Cinnamon
2024-11-11 21:38:00 +00:00
## Deployment
Create garbage collection roots like so:
```
colmena build --keep-result --experimental-flake-eval
```
- **sue**: `sudo colmena apply-local --sudo --experimental-flake-eval`
- **gamepc**: `colmena apply --on gamepc --experimental-flake-eval`
2024-11-11 21:38:00 +00:00
> [!NOTE]
> Currently the `--experimental-flake-eval` flag is necessary. See [this PR](https://github.com/zhaofengli/colmena/pull/228).