add ausweisapp

This commit is contained in:
Daniel Langbein 2023-12-20 23:08:05 +01:00
parent eb3becfaed
commit b4664210c7
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 8 additions and 0 deletions

View File

@ -26,6 +26,7 @@
../../modules/programs.nix
../../modules/spaceFM.nix
../../modules/ausweisapp.nix
../../modules/nextcloud-integration.nix
../../modules/syncthing.nix
../../modules/signal-desktop.nix

7
modules/ausweisapp.nix Normal file
View File

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
# Enable AusweisApp.
programs.ausweisapp.enable = true;
# Open firewall ports for the Smartphone as Card Reader (SaC).
programs.ausweisapp.openFirewall = true;
}