From 789a5a9563f1c3e5270205d39d9eece50909b739 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 2 Aug 2025 20:31:01 -0600 Subject: pkgs/athena-bccr: split ase-idprotect bin and lib outputs --- sys/hardware/athena.nix | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'sys/hardware/athena.nix') diff --git a/sys/hardware/athena.nix b/sys/hardware/athena.nix index b9a230b..9df7aac 100644 --- a/sys/hardware/athena.nix +++ b/sys/hardware/athena.nix @@ -16,12 +16,16 @@ in }; config = mkIf cfg.enable { - environment.etc = { - "Athena".source = "${athena.ase-idprotect}/etc/Athena"; + environment = { + etc = { + "Athena".source = "${athena.ase-pkcs11}/etc/Athena"; - "pkcs11/modules/asep11".text = '' - module: ${athena.libasep11} - ''; + "pkcs11/modules/asep11".text = '' + module: ${athena.libasep11} + ''; + }; + + systemPackages = [ athena.ase-pkcs11 ]; }; services = { -- cgit v1.2.3