fixed wireguard and added ausweisapp

This commit is contained in:
Rouven Seifert 2023-01-16 16:55:17 +01:00
parent bdccec49f1
commit dd10deec8c
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 20 additions and 16 deletions

7
shared/ausweisapp.nix Normal file
View file

@ -0,0 +1,7 @@
{ config, ... }:
{
programs.ausweisapp = {
enable = true;
openFirewall = true;
};
}