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 = {
domain = "2li.local";
enableIPv6 = false;
firewall.allowedTCPPorts = [ 22 ];
# firewall.allowedUDPPorts = [ ... ];
firewall = {
allowPing = true;
allowedTCPPorts = [ 22 ];
};
};
hardware = {