about summary refs log tree commit diff
path: root/ops/modules/open_eid.nix
# NixOS module to configure the Estonian e-ID software.
{ pkgs, ... }:

{
  services.pcscd.enable = true;

  environment.systemPackages = with pkgs; [
    qdigidoc
  ];
}