diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-09-01 19:33:35 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-09-01 19:33:35 -0700 |
| commit | 5eb26fde41a1f769837c0cf6f8433b234cf98d22 (patch) | |
| tree | e3d2bfe62b3247ad1f95f3a108c204f32446beb9 /flake.nix | |
| parent | disable some ML related features (diff) | |
| download | infra-5eb26fde41a1f769837c0cf6f8433b234cf98d22.tar.gz | |
initial attempt at using colmena to deploy nixos configurations
Can be used that way:
```
colmena exec --impure -v --on do-rproxy -- 'systemctl status nginx'
```
or
```
colmena --impure apply dry-activate --on synology-vm
```
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -56,6 +56,11 @@ inputs.nixpkgs-lib.follows = "nixpkgs"; }; + colmena = { + url = "github:zhaofengli/colmena"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + my-go-tools.url = "git+https://code.fcuny.net/fcuny/x"; }; |
