From 8df38b9ca655e553985444b2f329e976fd664eea Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 21 Oct 2023 21:48:11 +0200 Subject: use systemd-networkd --- neko/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'neko') 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 ]; -- cgit v1.2.3