mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
8 lines
195 B
Nix
8 lines
195 B
Nix
|
{ config, pkgs, ... }:
|
||
|
{
|
||
|
# Enable AusweisApp.
|
||
|
programs.ausweisapp.enable = true;
|
||
|
# Open firewall ports for the Smartphone as Card Reader (SaC).
|
||
|
programs.ausweisapp.openFirewall = true;
|
||
|
}
|