chore: begin ssh key rotation
This commit is contained in:
parent
ae9b3c7c44
commit
0b31d7b83e
2 changed files with 8 additions and 0 deletions
|
@ -1 +1,4 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAA16foz+XzwKwyIR4wFgNIAE3Y7AfXyEsUZFVVz8Rie catvayor@katvayor
|
||||
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFfIJ8BToZ9EDxBsEJXQhUju7gm+rUDjGCNMvFSZCl1o openpgp:0x5CADCA1B
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICdOxx4I8BSbYPdouvuzDepwTwzQzGSBCNIV8TB5dduT openpgp:0xF6018131
|
||||
|
|
|
@ -142,6 +142,9 @@ in
|
|||
font-awesome
|
||||
];
|
||||
|
||||
services.pcscd.enable = true;
|
||||
hardware.gpgSmartcards.enable = true;
|
||||
|
||||
services = {
|
||||
pipewire = {
|
||||
enable = true;
|
||||
|
@ -169,11 +172,13 @@ in
|
|||
devices.katel.id = "DYOKK7J-HZAF5S7-FYTHQF5-UD5GJZ2-4JMV5I5-STUM3HG-5YM2JPR-LATJNAZ";
|
||||
};
|
||||
};
|
||||
udev.packages = [ pkgs.nitrokey-udev-rules ];
|
||||
};
|
||||
|
||||
programs = {
|
||||
steam.enable = true;
|
||||
virt-manager.enable = true;
|
||||
ssh.startAgent = false;
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue