ausweisapp: Init
This commit is contained in:
parent
8ef360dafe
commit
8091bae559
10
modules/ausweisapp.nix
Normal file
10
modules/ausweisapp.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
lib.mkIf config.sbruder.gui.enable {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
AusweisApp2
|
||||||
|
];
|
||||||
|
|
||||||
|
# required for SaC (smartphone as cardreader)
|
||||||
|
networking.firewall.allowedUDPPorts = [ 24727 ];
|
||||||
|
}
|
|
@ -19,6 +19,7 @@
|
||||||
# configuration options
|
# configuration options
|
||||||
imports = [
|
imports = [
|
||||||
../pkgs/modules.nix
|
../pkgs/modules.nix
|
||||||
|
./ausweisapp.nix
|
||||||
./cups.nix
|
./cups.nix
|
||||||
./docker.nix
|
./docker.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
|
|
Loading…
Reference in a new issue