nixos-config/modules/ausweisapp.nix

9 lines
143 B
Nix

{ config, lib, pkgs, ... }:
lib.mkIf config.sbruder.gui.enable {
programs.ausweisapp = {
enable = true;
openFirewall = true;
};
}