nitrokey: install companion app

though the app is currently suffering from incompatibility with its
corresponding library -> FIXME
This commit is contained in:
Trolli Schmittlauch 2025-09-14 18:45:56 +02:00
parent a664245cde
commit c2eaf4418a

View file

@ -1,7 +1,7 @@
{ pkgs, lib, ... }:
{
hardware.nitrokey.enable = true;
environment.systemPackages = [ pkgs.pynitrokey ];
environment.systemPackages = [ pkgs.pynitrokey pkgs.nitrokey-app2 ];
nixpkgs.config.allowUnfreePredicate =
pkg:
builtins.elem (lib.getName pkg) [