Commented out local static IP due to evaluation error.
This commit is contained in:
@@ -34,12 +34,12 @@
|
|||||||
hostName = "persephone";
|
hostName = "persephone";
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
interfaces.wlan0.matchConfig.MACAddress = "ca:12:ab:3c:d5:a9";
|
interfaces.wlan0.matchConfig.MACAddress = "ca:12:ab:3c:d5:a9";
|
||||||
interfaces.wlan0.ipv4.addresses = [
|
# interfaces.wlan0.ipv4.addresses = [
|
||||||
{
|
# {
|
||||||
address = "192.168.1.100";
|
# address = "192.168.1.100";
|
||||||
prefixLength = 24;
|
# prefixLength = 24;
|
||||||
}
|
# }
|
||||||
];
|
# ];
|
||||||
ipv4.gateway = "192.168.1.1";
|
ipv4.gateway = "192.168.1.1";
|
||||||
nameservers = [ "1.1.1.1" "8.8.8.8" ];
|
nameservers = [ "1.1.1.1" "8.8.8.8" ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user