Use Colmena's experimental flake-eval feature

Don't extract sops keys as root
This commit is contained in:
Pim Kunis 2024-11-30 23:22:16 +01:00
parent 842d2afbc0
commit a29d10e507
5 changed files with 139 additions and 30 deletions

View file

@ -12,11 +12,11 @@ Currently managed systems:
Create garbage collection roots like so:
```
colmena build --keep-result
colmena build --keep-result --experimental-flake-eval
```
- **sue**: `colmena apply-local --sudo --impure`
- **gamepc**: `colmena apply --on gamepc --impure`
- **sue**: `sudo colmena apply-local --sudo --experimental-flake-eval`
- **gamepc**: `colmena apply --on gamepc --experimental-flake-eval`
> [!NOTE]
> Currently the `--impure` is necessary until I upgrade to NixOS 24.11. See [this PR](https://github.com/zhaofengli/colmena/pull/228).
> Currently the `--experimental-flake-eval` flag is necessary. See [this PR](https://github.com/zhaofengli/colmena/pull/228).