Merge pull request #223242 from panicgh/nitrokey-libnitrokey

libnitrokey: init at 3.8
This commit is contained in:
Ryan Lahfa 2023-03-27 22:07:24 +02:00 committed by GitHub
commit 16f67c4afc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 101 additions and 36 deletions

View file

@ -22,6 +22,6 @@ in
};
config = mkIf cfg.enable {
services.udev.packages = [ pkgs.nitrokey-udev-rules ];
services.udev.packages = [ pkgs.libnitrokey ];
};
}