Enable smart card support.
This commit is contained in:
parent
289cf6f82b
commit
c7b114672d
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@
|
|||
# Enable firmware updates.
|
||||
services.fwupd.enable = true;
|
||||
|
||||
# Enable smart card support (for YubiKey).
|
||||
services.pcscd.enable = true;
|
||||
|
||||
# Define hostname.
|
||||
networking.hostName = "muskduck";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue