disable global dhcp
This commit is contained in:
parent
abc20befb7
commit
3331044adf
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
_: {
|
||||
{lib, ...}: {
|
||||
networking = {
|
||||
hostName = "Skipper";
|
||||
useDHCP = lib.mkDefault false;
|
||||
wireless.iwd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue