From e343709b506b42e850296e52f5131a94592ac2f0 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Fri, 19 Jul 2024 11:58:58 +0200 Subject: [PATCH] fixup! WIP: ci-runner: Init --- machines/ci-runner/hardware-configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/machines/ci-runner/hardware-configuration.nix b/machines/ci-runner/hardware-configuration.nix index 651d10f..f54bb54 100644 --- a/machines/ci-runner/hardware-configuration.nix +++ b/machines/ci-runner/hardware-configuration.nix @@ -39,6 +39,10 @@ }; }; + networking = { + useDHCP = false; + usePredictableInterfaceNames = false; + }; systemd.network = { enable = true; networks = {