nix-git/modules/ausweisapp.nix

8 lines
195 B
Nix
Raw Normal View History

2023-12-20 23:08:05 +01:00
{ config, pkgs, ... }:
{
# Enable AusweisApp.
programs.ausweisapp.enable = true;
# Open firewall ports for the Smartphone as Card Reader (SaC).
programs.ausweisapp.openFirewall = true;
}