diff options
Diffstat (limited to '')
| -rw-r--r-- | sys/hardware/athena.nix | 3 |
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; |
