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" ];