From cda8f4abd4e20888e87128560293c8d460edf5a0 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Thu, 5 Sep 2024 01:29:48 -0400 Subject: [PATCH] fix networking warning on palatine-hill --- systems/palatine-hill/networking.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/palatine-hill/networking.nix b/systems/palatine-hill/networking.nix index 7e8789f..b951746 100644 --- a/systems/palatine-hill/networking.nix +++ b/systems/palatine-hill/networking.nix @@ -9,6 +9,7 @@ networking = { hostId = "dc2f9781"; + useDHCP = false; }; systemd.network = {