correct the interface name

This commit is contained in:
Andreas Zweili 2022-01-04 20:46:13 +01:00
parent 7c42212361
commit ccdc5640e8
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
networking = {
hostName = "nixos-test-vm";
interfaces.enp0s18.useDHCP = true;
interfaces.ens18.useDHCP = true;
};
}