Implement ssh keys protected with solokey
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
@@ -24,6 +24,7 @@
|
|||||||
"${pwd}/features-nixos/optional/k9s"
|
"${pwd}/features-nixos/optional/k9s"
|
||||||
|
|
||||||
"${pwd}/features-nixos/optional/avahi.nix"
|
"${pwd}/features-nixos/optional/avahi.nix"
|
||||||
|
"${pwd}/features-nixos/optional/solokey.nix"
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "aspi";
|
networking.hostName = "aspi";
|
||||||
|
|||||||
@@ -27,6 +27,7 @@
|
|||||||
"${pwd}/features-nixos/optional/wireshark.nix"
|
"${pwd}/features-nixos/optional/wireshark.nix"
|
||||||
"${pwd}/features-nixos/optional/flatpak.nix"
|
"${pwd}/features-nixos/optional/flatpak.nix"
|
||||||
"${pwd}/features-nixos/optional/k9s"
|
"${pwd}/features-nixos/optional/k9s"
|
||||||
|
"${pwd}/features-nixos/optional/solokey.nix"
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "kardorf";
|
networking.hostName = "kardorf";
|
||||||
|
|||||||
Reference in New Issue
Block a user