Commented out local static IP due to evaluation error.

This commit is contained in:
2025-11-13 22:57:08 +00:00
parent fdedee08bd
commit 239225c268

View File

@@ -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" ];
};