nixos/hardware.nitrokey: replace libnitrokey with nitrokey-udev-rules
As libnitrokey is no longer developed, the udev rules have been moved to a separate repository, nitrokey-udev-rules, that is now also available as a package in nixpkgs. See also: https://github.com/NixOS/nixpkgs/issues/351921
This commit is contained in:
parent
d43f004d1f
commit
38ec993a58
@ -19,6 +19,6 @@ in
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
services.udev.packages = [ pkgs.libnitrokey ];
|
||||
services.udev.packages = [ pkgs.nitrokey-udev-rules ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user