Commit 1d7e17e

HPCesia <me@hpcesia.com>
2025-07-15 15:24:58
feat(app): add colmena
1 parent 5cba6e0
Changed files (2)
home
base
modules
home/base/tui/misc.nix
@@ -0,0 +1,9 @@
+{
+  pkgs,
+  pkgs-unstable,
+  ...
+}: {
+  home.packages = with pkgs; [
+    colmena # nixos's remote deployment tool
+  ];
+}
modules/base/nix.nix
@@ -16,6 +16,7 @@
     ];
     trusted-public-keys = [
       "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
+      "colmena.cachix.org-1:7BzpDnjjH8ki2CT3f6GdOk7QAzPOl+1t3LvTLXqYcSg="
     ];
     builders-use-substitutes = true;
   };