move hardware key configs into one file

This commit is contained in:
Schrottkatze 2024-03-05 13:49:22 +01:00
parent 7829fcd0ce
commit ede1765ee8
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
6 changed files with 24 additions and 98 deletions

View file

@ -29,9 +29,6 @@ with builtins; {
environment = {
systemPackages = with pkgs; [
# pynitrokey
# nitrokey-app2
veracrypt
htmlq
@ -90,10 +87,6 @@ with builtins; {
};
};
# nitrokey
services.udev.packages = [pkgs.nitrokey-udev-rules];
services.pcscd.enable = true;
programs = {
ssh.startAgent = false;
gnupg.agent = {
@ -138,9 +131,6 @@ with builtins; {
users.users.jade = {
isNormalUser = true;
extraGroups = ["wheel" "input" "uinput" "libvirtd" "adbusers" "dialout" "plugdev" "wireshark"];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOaE8TFsIazpn4OnHvHcRpOFr9FfvMaWOiEjmHsmnAoE cardno:000F_70CD7D05"
];
};
zramSwap = {