summaryrefslogtreecommitdiff
path: root/sys/hardware/athena.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-08-02 20:48:07 -0600
committerAlejandro Soto <alejandro@34project.org>2025-08-02 20:48:07 -0600
commit2a1246a75e438d93da8d53715069c9b6f24ab649 (patch)
treea98c97bb4a1427e26d76d8a65935d798768b084e /sys/hardware/athena.nix
parent789a5a9563f1c3e5270205d39d9eece50909b739 (diff)
sys/hardware/athena: trust the national eSignature root CA system-wide
Diffstat (limited to 'sys/hardware/athena.nix')
-rw-r--r--sys/hardware/athena.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/hardware/athena.nix b/sys/hardware/athena.nix
index 9df7aac..06d10b3 100644
--- a/sys/hardware/athena.nix
+++ b/sys/hardware/athena.nix
@@ -28,6 +28,9 @@ in
systemPackages = [ athena.ase-pkcs11 ];
};
+ #FIXME: Extremadamente peligroso si BCCR o MICITT caen, investigar polĂ­tica nacional de root CA
+ security.pki.certificateFiles = [ "${athena.bccr-cacerts}/root-ca.pem" ];
+
services = {
pcscd.enable = true;