summaryrefslogtreecommitdiff
path: root/neko
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-07-28 16:37:12 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-07-28 16:37:12 +0200
commitc6b9fc1c37a09f0289c8dada031593c248920f9d (patch)
tree067872445e7b313884b7dd9d877d5f64810ff06a /neko
parente460470190416978adfe43e1542dba27243c1590 (diff)
memtest + fix hardware config + installer
Diffstat (limited to 'neko')
-rw-r--r--neko/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/neko/configuration.nix b/neko/configuration.nix
index 881e8bf..6f0ac1f 100644
--- a/neko/configuration.nix
+++ b/neko/configuration.nix
@@ -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";
};