Added working firewall rules

This commit is contained in:
Random936 2025-02-10 20:47:44 -08:00
parent 73bfe6d1f7
commit a7e39bc0cf

View File

@ -7,6 +7,7 @@ in {
# Conigure a static IP address.
networking.useDHCP = false;
networking.useNetworkd = true;
networking.enableIPv6 = false;
# Bug fix
systemd.services.systemd-networkd-wait-online.enable = lib.mkForce false;