mirror of
https://codeberg.org/privacy1st/nix-git
synced 2025-01-10 05:01:20 +01:00
17 lines
505 B
Nix
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.
|
|
} |