hosts: add tnoe hosts
This commit is contained in:
parent
ebd80ddc37
commit
587f33d70a
1 changed files with 5 additions and 0 deletions
|
@ -117,6 +117,11 @@ in
|
|||
# Pick only one of the below networking options.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||
networking.extraHosts =
|
||||
''
|
||||
10.66.66.1 wgexit
|
||||
10.66.40.1 tnoe
|
||||
'';
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
#services.modemmanager.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue