apps: install ausweisapp

This commit is contained in:
2024-06-29 07:20:28 +02:00
parent 904e5a88c6
commit 3cb4ae7c50
3 changed files with 9 additions and 3 deletions

View File

@@ -121,6 +121,11 @@
networkmanager = {
enable = false;
};
firewall = {
enable = true;
allowedUDPPorts = [ 24727 ];
allowedTCPPorts = [ 24727 ];
};
};
systemd.network = {