From fab806733dd2a51e972f69c6b1c1ee878d31a31e Mon Sep 17 00:00:00 2001 From: kat witch Date: Thu, 9 Sep 2021 03:25:48 +0100 Subject: [PATCH] hosts/medicine: no useDHCP --- config/hosts/medicine.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/config/hosts/medicine.nix b/config/hosts/medicine.nix index 4f6c7f10..f7707f1f 100644 --- a/config/hosts/medicine.nix +++ b/config/hosts/medicine.nix @@ -21,7 +21,6 @@ config = { networking = { - useDHCP = true; networkmanager.enable = true; };