add yubikey-agent
This commit is contained in:
parent
fb4c7853ef
commit
dbbd5193ea
@ -33,6 +33,7 @@
|
|||||||
btop # Resource Manager
|
btop # Resource Manager
|
||||||
pfetch # Minimal fetch
|
pfetch # Minimal fetch
|
||||||
ranger # File Manager
|
ranger # File Manager
|
||||||
|
yubikey-agent # sign and authorize 2nd Fac
|
||||||
|
|
||||||
# Video/Audio
|
# Video/Audio
|
||||||
feh # Image Viewer
|
feh # Image Viewer
|
||||||
@ -99,7 +100,7 @@
|
|||||||
waybar # Bar
|
waybar # Bar
|
||||||
#
|
#
|
||||||
# Desktop
|
# Desktop
|
||||||
blueman # Bluetooth
|
#blueman # Bluetooth
|
||||||
#deluge # Torrents
|
#deluge # Torrents
|
||||||
#discord # Chat
|
#discord # Chat
|
||||||
ffmpeg # Video Support (dslr)
|
ffmpeg # Video Support (dslr)
|
||||||
@ -117,7 +118,7 @@
|
|||||||
#simple-scan # Scanning
|
#simple-scan # Scanning
|
||||||
#
|
#
|
||||||
# Laptop
|
# Laptop
|
||||||
blueman # Bluetooth
|
#blueman # Bluetooth
|
||||||
#light # Display Brightness
|
#light # Display Brightness
|
||||||
libreoffice # Office Tools
|
libreoffice # Office Tools
|
||||||
#simple-scan # Scanning
|
#simple-scan # Scanning
|
||||||
|
@ -63,6 +63,7 @@
|
|||||||
printing = { # Printing and drivers for TS5300
|
printing = { # Printing and drivers for TS5300
|
||||||
enable = true;
|
enable = true;
|
||||||
drivers = [ pkgs.gutenprint ];
|
drivers = [ pkgs.gutenprint ];
|
||||||
|
yubikey-agent.enable = true;
|
||||||
};
|
};
|
||||||
avahi = { # Needed to find wireless printer
|
avahi = { # Needed to find wireless printer
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user