ausweisapp: Init

nazuna
Simon Bruder 2022-07-24 18:06:54 +02:00
parent 8ef360dafe
commit 8091bae559
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
2 changed files with 11 additions and 0 deletions

10
modules/ausweisapp.nix Normal file
View File

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

View File

@ -19,6 +19,7 @@
# configuration options
imports = [
../pkgs/modules.nix
./ausweisapp.nix
./cups.nix
./docker.nix
./fonts.nix