ausweisapp: install on NixOS hosts, open firewall
This commit is contained in:
parent
5510b5e2af
commit
16cc85b93d
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue