From 9426d58552f1fd02bc31ca576e316967fbc44da8 Mon Sep 17 00:00:00 2001 From: kat witch Date: Thu, 9 Sep 2021 03:37:16 +0100 Subject: [PATCH] hosts/medicine: Empty attr for displays --- config/hosts/medicine.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/hosts/medicine.nix b/config/hosts/medicine.nix index 8b4ef40a..6150038b 100644 --- a/config/hosts/medicine.nix +++ b/config/hosts/medicine.nix @@ -18,12 +18,15 @@ (modulesPath + "/installer/cd-dvd/installation-cd-base.nix") ]; + config = { networking = { networkmanager.enable = true; wireless.enable = mkForce false; }; + hardware.displays = {}; + system.stateVersion = "21.11"; }; }