Switch back to wpa_supplicant, lots of tweaks and simplifications
This commit is contained in:
parent
777ebab1c4
commit
88bf37e5b3
15 changed files with 32 additions and 55 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
networking = {
|
||||
hostName = "envy";
|
||||
wireless.iwd.enable = true;
|
||||
wireless.enable = true;
|
||||
wg-quick.interfaces.wgc.address = [ "10.100.0.25/24" ];
|
||||
};
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./boot
|
||||
|
@ -11,14 +11,15 @@
|
|||
|
||||
networking = {
|
||||
hostName = "intuos";
|
||||
wireless.iwd.enable = true;
|
||||
interfaces."wlan0".ipv4.addresses = [{
|
||||
useDHCP = false;
|
||||
wireless.enable = true;
|
||||
interfaces."wlp1s0".ipv4.addresses = [{
|
||||
address = "10.2.0.102";
|
||||
prefixLength = 8;
|
||||
}];
|
||||
defaultGateway = {
|
||||
address = "10.1.0.1";
|
||||
interface = "wlan0";
|
||||
interface = "wlp1s0";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
networking = {
|
||||
hostName = "pear";
|
||||
wireless.iwd.enable = true;
|
||||
wireless.enable = true;
|
||||
wg-quick.interfaces.wgc.address = [ "10.100.0.18/24" ];
|
||||
};
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
networking = {
|
||||
hostName = "redmond";
|
||||
wireless.iwd.enable = true;
|
||||
wireless.enable = true;
|
||||
wg-quick.interfaces.wgc.address = [ "10.100.0.23/24" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue