apps: install ausweisapp

This commit is contained in:
Kabbone 2024-06-29 07:20:28 +02:00
parent 904e5a88c6
commit 3cb4ae7c50
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
3 changed files with 9 additions and 3 deletions

View File

@ -116,6 +116,7 @@
linuxPackages_latest.cpupower
btop
sbctl
ausweisapp
];
};

View File

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

View File

@ -171,9 +171,9 @@
#nameservers = [ "192.168.0.4" ];
firewall = {
checkReversePath = "loose";
# enable = false;
# #allowedUDPPorts = [ 53 67 ];
# #allowedTCPPorts = [ 53 80 443 9443 ];
enable = true;
allowedUDPPorts = [ 24727 ];
allowedTCPPorts = [ 24727 ];
};
};