summaryrefslogtreecommitdiff
path: root/modules/athena-bccr
diff options
context:
space:
mode:
Diffstat (limited to 'modules/athena-bccr')
-rw-r--r--modules/athena-bccr/sys.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/athena-bccr/sys.nix b/modules/athena-bccr/sys.nix
index 5457ca5..ce63b01 100644
--- a/modules/athena-bccr/sys.nix
+++ b/modules/athena-bccr/sys.nix
@@ -16,7 +16,11 @@ in {
'';
}
// 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];