ausweisapp: install on NixOS hosts, open firewall
This commit is contained in:
parent
5510b5e2af
commit
16cc85b93d
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue