feat(gs/system): Setup for yubikey
Install some packages and enable the necessary services + udev stuff to make yubikeys usable Change-Id: I8aee8a8b06895880c8195f02fb57b1216a5fdffc Reviewed-on: https://cl.tvl.fyi/c/depot/+/2049 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
963088aff6
commit
df77855beb
2 changed files with 8 additions and 0 deletions
|
@ -38,6 +38,8 @@
|
||||||
gnupg
|
gnupg
|
||||||
keybase
|
keybase
|
||||||
openssl
|
openssl
|
||||||
|
yubikey-manager
|
||||||
|
yubikey-manager-qt
|
||||||
|
|
||||||
# Nix things
|
# Nix things
|
||||||
nixfmt
|
nixfmt
|
||||||
|
|
|
@ -97,4 +97,10 @@ with lib;
|
||||||
options = "--delete-older-than 30d";
|
options = "--delete-older-than 30d";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.udev.packages = with pkgs; [
|
||||||
|
yubikey-personalization
|
||||||
|
];
|
||||||
|
|
||||||
|
services.pcscd.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue