forked from M-Labs/it-infra
nixops: install yubico-piv-tool
This commit is contained in:
parent
3318ea9b38
commit
e9f41e2746
|
@ -34,7 +34,7 @@ in
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
opensc yubikey-manager yubikey-manager-qt
|
opensc yubikey-manager yubikey-manager-qt yubico-piv-tool
|
||||||
wget vim gitAndTools.gitFull sshfs firefox chromium thunderbird hexchat
|
wget vim gitAndTools.gitFull sshfs firefox chromium thunderbird hexchat
|
||||||
usbutils pciutils uhubctl file lm_sensors audacious acpi
|
usbutils pciutils uhubctl file lm_sensors audacious acpi
|
||||||
gimp imagemagick
|
gimp imagemagick
|
||||||
|
|
Loading…
Reference in New Issue