This commit is contained in:
mjallen18
2025-09-05 11:25:33 -05:00
parent 3c1b5d5072
commit 73cb9010e2
2 changed files with 17 additions and 2 deletions

View File

@@ -30,6 +30,10 @@
};
network = {
hostName = "pi5";
firewall = {
enable = true;
allowPing = true;
};
};
};
}