moved support for smart cards and yubikey tools to extra
This commit is contained in:
parent
58f407e2be
commit
31ee5532b2
|
@ -0,0 +1,12 @@
|
||||||
|
{ pkgs, config, ... }: {
|
||||||
|
|
||||||
|
services.pcscd.enable = true; # enable support for smart cards
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
# Yubikey stuff
|
||||||
|
yubioath-flutter # Yubico authentictor app for managing accounts
|
||||||
|
yubikey-manager # CLI tool for ykman
|
||||||
|
yubikey-manager-qt # GUI tool for ykman
|
||||||
|
pcsclite
|
||||||
|
];
|
||||||
|
}
|
|
@ -9,8 +9,6 @@
|
||||||
#
|
#
|
||||||
# Configuration for user servostar
|
# Configuration for user servostar
|
||||||
|
|
||||||
services.pcscd.enable = true; # enable support for smart cards
|
|
||||||
|
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
services.avahi.enable = true;
|
services.avahi.enable = true;
|
||||||
# for a WiFi printer
|
# for a WiFi printer
|
||||||
|
@ -133,12 +131,6 @@
|
||||||
tor
|
tor
|
||||||
xournalpp
|
xournalpp
|
||||||
|
|
||||||
# Yubikey stuff
|
|
||||||
yubioath-flutter # Yubico authentictor app for managing accounts
|
|
||||||
yubikey-manager # CLI tool for ykman
|
|
||||||
yubikey-manager-qt # GUI tool for ykman
|
|
||||||
pcsclite
|
|
||||||
|
|
||||||
jetbrains-toolbox
|
jetbrains-toolbox
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue