nix-git/modules/epa.nix
2025-01-09 11:09:20 +01:00

17 lines
505 B
Nix

# 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.
}