another bonehead on networking interfaces should be plural

pull/10/head
Hung 2023-01-20 13:19:59 -08:00
parent 6f21b98c0e
commit 7bddd37b48
1 changed files with 1 additions and 1 deletions

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