ausweisapp: install on NixOS hosts, open firewall

This commit is contained in:
Trolli Schmittlauch 2024-11-24 00:58:46 +01:00
parent 5510b5e2af
commit 16cc85b93d

View file

@ -53,6 +53,11 @@ in
programs.mtr.enable = true;
# programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
programs.ausweisapp = {
enable = true;
openFirewall = true;
};
# List services that you want to enable:
# Enable the OpenSSH daemon.