mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
add ausweisapp
This commit is contained in:
parent
eb3becfaed
commit
b4664210c7
@ -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
7
modules/ausweisapp.nix
Normal 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user