fix(deploy): set up 'colmena' wrapper for hardware-backed SSH keys

This commit is contained in:
2026-06-13 20:42:21 +02:00
parent fc38f49fbf
commit e845834833
7 changed files with 149 additions and 34 deletions
-4
View File
@@ -99,10 +99,6 @@ in
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
environment.systemPackages = [
inputs.colmena.packages.${pkgs.stdenv.hostPlatform.system}.colmena
];
services.locate = {
enable = true;
package = pkgs.plocate;