nix-git/modules/ausweisapp.nix
2023-12-20 23:08:05 +01:00

8 lines
195 B
Nix

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