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