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
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 ];
};
}