| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Can be used that way:
```
colmena exec --impure -v --on do-rproxy -- 'systemctl status nginx'
```
or
```
colmena --impure apply dry-activate --on synology-vm
```
|
|
Add a new machine on DigitalOcean and provision it using terraform +
nixos-anywhere. This takes care of bringing the machine up on nixos
completely, and use a static SSH host key in order to configure
wireguard at the same time.
|
|
|
|
This is the first step in a large refactoring to use flake-parts, and to
automatically imports hosts based on paths.
|