From 639a6fa7bb72e09906f4830337163445e8a2d47c Mon Sep 17 00:00:00 2001 From: kat witch Date: Thu, 9 Sep 2021 18:20:49 +0100 Subject: [PATCH] hosts/medicine: Disable cloneConfig --- config/hosts/medicine.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/hosts/medicine.nix b/config/hosts/medicine.nix index 6150038b..3b5a7faf 100644 --- a/config/hosts/medicine.nix +++ b/config/hosts/medicine.nix @@ -20,6 +20,8 @@ config = { + installer.cloneConfig = false; + networking = { networkmanager.enable = true; wireless.enable = mkForce false;