Use Colmena's experimental flake-eval feature
Don't extract sops keys as root
This commit is contained in:
parent
842d2afbc0
commit
a29d10e507
5 changed files with 139 additions and 30 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue