Compare commits

..

2 commits

Author SHA1 Message Date
Alejandro Soto
913b3acec3 Merge commit 'be676a1d06' into user 2026-03-08 21:37:49 -06:00
Alejandro Soto
ce5d35c4ea trivionomicon: athena-bccr: add idopte links in /etc 2026-03-08 21:14:10 -06:00

View file

@ -16,7 +16,11 @@ in {
''; '';
} }
// lib.optionalAttrs (vendor == "athena") { // lib.optionalAttrs (vendor == "athena") {
"Athena".source = "${athena.card-driver}/etc/Athena"; "Athena".source = "${athena.card-driver.lib}/etc/Athena";
}
// lib.optionalAttrs (vendor == "idopte") {
"idoss.conf".source = "${athena.card-driver.lib}/etc/idoss.conf";
"idoss.lic".source = "${athena.card-driver.lib}/etc/idoss.lic";
}; };
systemPackages = [athena.card-driver]; systemPackages = [athena.card-driver];