diff --git a/common/default.nix b/common/default.nix index 9c00df7..635b8ba 100644 --- a/common/default.nix +++ b/common/default.nix @@ -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.