Allow ping on all systems

This commit is contained in:
Andreas Zweili 2022-09-17 19:25:57 +02:00
parent 6620582c8c
commit 493efbbed4
1 changed files with 4 additions and 2 deletions

View File

@ -16,8 +16,10 @@
networking = { networking = {
domain = "2li.local"; domain = "2li.local";
enableIPv6 = false; enableIPv6 = false;
firewall.allowedTCPPorts = [ 22 ]; firewall = {
# firewall.allowedUDPPorts = [ ... ]; allowPing = true;
allowedTCPPorts = [ 22 ];
};
}; };
hardware = { hardware = {