{ config, pkgs, ... }:
{
  # Enable AusweisApp.
  programs.ausweisapp.enable = true;
  # Open firewall ports for the Smartphone as Card Reader (SaC).
  programs.ausweisapp.openFirewall = true;
}