apps: install ausweisapp
This commit is contained in:
parent
904e5a88c6
commit
3cb4ae7c50
@ -116,6 +116,7 @@
|
|||||||
linuxPackages_latest.cpupower
|
linuxPackages_latest.cpupower
|
||||||
btop
|
btop
|
||||||
sbctl
|
sbctl
|
||||||
|
ausweisapp
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -121,6 +121,11 @@
|
|||||||
networkmanager = {
|
networkmanager = {
|
||||||
enable = false;
|
enable = false;
|
||||||
};
|
};
|
||||||
|
firewall = {
|
||||||
|
enable = true;
|
||||||
|
allowedUDPPorts = [ 24727 ];
|
||||||
|
allowedTCPPorts = [ 24727 ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.network = {
|
systemd.network = {
|
||||||
|
@ -171,9 +171,9 @@
|
|||||||
#nameservers = [ "192.168.0.4" ];
|
#nameservers = [ "192.168.0.4" ];
|
||||||
firewall = {
|
firewall = {
|
||||||
checkReversePath = "loose";
|
checkReversePath = "loose";
|
||||||
# enable = false;
|
enable = true;
|
||||||
# #allowedUDPPorts = [ 53 67 ];
|
allowedUDPPorts = [ 24727 ];
|
||||||
# #allowedTCPPorts = [ 53 80 443 9443 ];
|
allowedTCPPorts = [ 24727 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user