From 7ef9ee727b0cb82a0ec9a390943146bb3d7f8db1 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 10 Jun 2023 17:42:28 +0200 Subject: use systemd-networkd --- neko/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'neko/configuration.nix') diff --git a/neko/configuration.nix b/neko/configuration.nix index 7b8f3e8..487e5a3 100644 --- a/neko/configuration.nix +++ b/neko/configuration.nix @@ -16,4 +16,7 @@ # host name networking.hostName = "neko"; + + # main network interface + systemd.network.networks."10-wan".matchConfig.Name = "enp9s0"; } -- cgit v1.2.3