another bonehead on networking interfaces should be plural

This commit is contained in:
Hung 2023-01-20 13:19:59 -08:00
parent 6f21b98c0e
commit 7bddd37b48

View File

@ -217,7 +217,7 @@
address = "10.100.200.1";
# interface = "ens32";
};
networking.interface.ens32.ipv4.addresses = [
networking.interfaces.ens32.ipv4.addresses = [
{address = "10.100.200.230"; prefixLength = 24;}
];
}