Update flake inputs
Remove sunshine, moonshine and ollama
This commit is contained in:
parent
dbda01a16f
commit
9b89576d42
7 changed files with 72 additions and 98 deletions
17
README.md
17
README.md
|
@ -20,23 +20,18 @@ I use [Colmena](https://colmena.cli.rs) for deploying my machines.
|
|||
|
||||
Create garbage collection roots like so:
|
||||
|
||||
```
|
||||
colmena build --keep-result --experimental-flake-eval
|
||||
```shell
|
||||
colmena build --keep-result
|
||||
```
|
||||
|
||||
To apply to the local machine:
|
||||
|
||||
```
|
||||
sudo colmena apply-local --sudo --experimental-flake-eval
|
||||
```shell
|
||||
sudo colmena apply-local --sudo
|
||||
```
|
||||
|
||||
To apply to all remotely managed systems:
|
||||
|
||||
```shell
|
||||
colmena apply
|
||||
```
|
||||
colmena apply --experimental-flake-eval
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
> Currently the `--experimental-flake-eval` flag is necessary to properly use
|
||||
> Colmena with flakes. See
|
||||
> [this PR](https://github.com/zhaofengli/colmena/pull/228).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue