Commit 1d7e17e
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;
};