Network : Disable DHCP setting.

This commit is contained in:
Dmitry Voronin 2024-02-21 02:00:37 +03:00
parent 245aaf891f
commit dc29dc684c

View file

@ -1,4 +1,3 @@
{ ... }: {
networking.networkmanager.enable = true;
networking.useDHCP = true;
}