aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-09-01 19:33:35 -0700
committerFranck Cuny <franck@fcuny.net>2025-09-01 19:33:35 -0700
commit5eb26fde41a1f769837c0cf6f8433b234cf98d22 (patch)
treee3d2bfe62b3247ad1f95f3a108c204f32446beb9 /flake.nix
parentdisable some ML related features (diff)
downloadinfra-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.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 78c8341..1247dac 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";
};