network manager
This commit is contained in:
parent
38949ee1b7
commit
fe981d058f
1 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
{ lib, ... }: let
|
{ ... }: {
|
||||||
inherit (lib) mkDefault;
|
|
||||||
in {
|
|
||||||
networking = {
|
networking = {
|
||||||
useDHCP = mkDefault true;
|
networkmanager = {
|
||||||
wireless.iwd.enable = true;
|
enable = true;
|
||||||
|
wifi.backend = "iwd";
|
||||||
|
};
|
||||||
extraHosts =
|
extraHosts =
|
||||||
''
|
''
|
||||||
10.10.11.245 surveillance.htb
|
10.10.11.245 surveillance.htb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue