Implement ssh keys protected with solokey

This commit is contained in:
2026-08-15 10:59:22 +02:00
parent 121f79e048
commit b6e2c6d0df
3 changed files with 9 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# config to make solokey1 work for ssh
{...}: {
# services.pcscd.enable = true;
services.gnome.gcr-ssh-agent.enable = false;
programs.ssh.startAgent = true;
}
+1
View File
@@ -24,6 +24,7 @@
"${pwd}/features-nixos/optional/k9s"
"${pwd}/features-nixos/optional/avahi.nix"
"${pwd}/features-nixos/optional/solokey.nix"
];
networking.hostName = "aspi";
+1
View File
@@ -27,6 +27,7 @@
"${pwd}/features-nixos/optional/wireshark.nix"
"${pwd}/features-nixos/optional/flatpak.nix"
"${pwd}/features-nixos/optional/k9s"
"${pwd}/features-nixos/optional/solokey.nix"
];
networking.hostName = "kardorf";