config cleanups
This commit is contained in:
@@ -65,8 +65,10 @@
|
||||
|
||||
network = {
|
||||
hostName = "allyx";
|
||||
iwd.enable = true;
|
||||
networkmanager.enable = true;
|
||||
ipv4 = {
|
||||
method = "auto";
|
||||
interface = "wlan0";
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
|
||||
@@ -127,6 +127,7 @@ in
|
||||
address = "10.0.1.3";
|
||||
method = "manual";
|
||||
gateway = "10.0.1.1";
|
||||
dns = "1.1.1.1";
|
||||
interface = "enp197s0";
|
||||
};
|
||||
hostId = "4b501480";
|
||||
|
||||
@@ -75,8 +75,10 @@
|
||||
|
||||
network = {
|
||||
hostName = "matt-nixos";
|
||||
iwd.enable = true;
|
||||
networkmanager.enable = true;
|
||||
ipv4 = {
|
||||
method = "auto";
|
||||
interface = "wlan0";
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
|
||||
Reference in New Issue
Block a user