memtest + fix hardware config + installer

This commit is contained in:
Christoph Cullmann 2023-07-28 16:37:12 +02:00
parent e460470190
commit c6b9fc1c37
2 changed files with 5 additions and 1 deletions

View file

@ -21,7 +21,7 @@
networking.useDHCP = false;
systemd.network.enable = true;
systemd.network.networks."10-lan" = {
matchConfig.Name = "enp9s0";
matchConfig.Name = "enp10s0";
networkConfig.DHCP = "yes";
linkConfig.RequiredForOnline = "routable";
};