ausweisapp: Use upstream module

nazuna
Simon Bruder 2022-12-10 14:50:41 +01:00
parent 4f184a142c
commit f81a86235d
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 4 additions and 6 deletions

View File

@ -1,10 +1,8 @@
{ config, lib, pkgs, ... }:
lib.mkIf config.sbruder.gui.enable {
environment.systemPackages = with pkgs; [
AusweisApp2
];
# required for SaC (smartphone as cardreader)
networking.firewall.allowedUDPPorts = [ 24727 ];
programs.ausweisapp = {
enable = true;
openFirewall = true;
};
}