ausweisapp: Use upstream module
This commit is contained in:
parent
4f184a142c
commit
f81a86235d
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue