use nm for nmcli

This commit is contained in:
Tyler Starr 2024-03-24 23:35:21 -07:00
parent f817d32709
commit 7b1aad39c8

View File

@ -39,6 +39,7 @@
networking.hostName = "manofwar"; networking.hostName = "manofwar";
networking.firewall.checkReversePath = "loose"; networking.firewall.checkReversePath = "loose";
networking.firewall.enable = false; networking.firewall.enable = false;
networking.networkmanager.enable = true;
# Set your time zone. # Set your time zone.
time.timeZone = "America/Los_Angeles"; time.timeZone = "America/Los_Angeles";