summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2026-03-08 21:14:10 -0600
committerAlejandro Soto <alejandro@34project.org>2026-03-08 21:14:10 -0600
commit91527cc068dea79b9b071c21e577ca5468156ddd (patch)
treeed644d9b3acb814ef3ca6983e560982e5e1328e3
parentef392aba7432a6d46de339119c56645cc9284fb3 (diff)
trivionomicon: athena-bccr: add idopte links in /etc
-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];