From 836f79df804c999626d36541b79b00194ab8b105 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Wed, 1 Nov 2023 20:01:59 +0100 Subject: [PATCH] hpm interface fix --- hosts/hpm.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/hpm.nix b/hosts/hpm.nix index 123c99f..d1049c9 100644 --- a/hosts/hpm.nix +++ b/hosts/hpm.nix @@ -27,9 +27,10 @@ ]; networking = { + #usePredictableInterfaceNames = false; defaultGateway = { address = "192.168.1.1"; - interface = "enp0s13f0u1c2"; + interface = "eth0"; }; hostName = "hpm"; nameservers = [ "1.1.1.1" "8.8.8.8" ];