disable global dhcp

This commit is contained in:
Adithya 2023-07-20 23:33:31 +05:30
parent abc20befb7
commit 3331044adf
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -1,6 +1,7 @@
_: { {lib, ...}: {
networking = { networking = {
hostName = "Skipper"; hostName = "Skipper";
useDHCP = lib.mkDefault false;
wireless.iwd = { wireless.iwd = {
enable = true; enable = true;
settings = { settings = {