# Elektronische Patientenakte (ePA)

{ config, pkgs, lib, ... }:
{
  imports = [
    ./snap.nix
  ];

  # Manually add
  #   https://snapcraft.io/tk-safe
  # with
  #   snap install tk-safe

  # TODO: There is an error during installation.
  #   Jan 09 10:51:51 yodaTux systemd[1]: snap.tk-safe.pcscd.pcscd-socket.socket: Socket service snap.tk-safe.pcscd.service not loaded, refusing.
  #   Jan 09 10:51:51 yodaTux systemd[1]: Failed to listen on Socket pcscd-socket for snap application tk-safe.pcscd.
}