ausweisapp: Use upstream module

This commit is contained in:
Simon Bruder 2022-12-10 14:50:41 +01:00
parent 4f184a142c
commit f81a86235d
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

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