trivionomicon: athena-bccr: add idopte links in /etc
This commit is contained in:
parent
d1102d5b6f
commit
ce5d35c4ea
1 changed files with 5 additions and 1 deletions
|
|
@ -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];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue