feat(pkgs): add ausweisapp

This commit is contained in:
etwas 2024-12-16 10:48:12 +01:00
parent 7216a15c5a
commit 3b88b288b9
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0
2 changed files with 4 additions and 0 deletions

View file

@ -14,6 +14,7 @@
firefox firefox
drawio drawio
diebahn diebahn
ausweisapp
# game things # game things
openttd-jgrpp openttd-jgrpp

View file

@ -30,6 +30,9 @@
to = 1764; to = 1764;
} }
]; ];
allowedUDPPorts = [
24727 # AusweisApp Port
];
}; };
}; };
} }