nixos-config/shared/ausweisapp.nix

8 lines
96 B
Nix

{ config, ... }:
{
programs.ausweisapp = {
enable = true;
openFirewall = true;
};
}