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