summaryrefslogtreecommitdiff
path: root/neko
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-10-21 21:48:11 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-10-21 21:48:11 +0200
commit8df38b9ca655e553985444b2f329e976fd664eea (patch)
treefa628c8d90e99a7363dc1e8a1370935b08242e05 /neko
parent653db3e87aa4d9a603d199a47f13978d7cfa66bb (diff)
use systemd-networkd
Diffstat (limited to 'neko')
-rw-r--r--neko/configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/neko/configuration.nix b/neko/configuration.nix
index e5ae4b0..6c99146 100644
--- a/neko/configuration.nix
+++ b/neko/configuration.nix
@@ -17,6 +17,9 @@
# host name
networking.hostName = "neko";
+ # main network interface
+ systemd.network.networks."10-wan".matchConfig.Name = "enp10s0";
+
# intel graphics
hardware.opengl.extraPackages = with pkgs; [ intel-media-driver intel-compute-runtime ];
hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ intel-media-driver ];