nixos-config/shared/ausweisapp.nix

8 lines
96 B
Nix
Raw Normal View History

2023-01-16 16:55:17 +01:00
{ config, ... }:
{
programs.ausweisapp = {
enable = true;
openFirewall = true;
};
}