From b2a64ce8549f1295f096ed0084bd0d6db69367cb Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sun, 12 Jul 2015 15:34:34 +0200 Subject: [PATCH] theba: disable not-yet-merged colord service --- theba.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theba.nix b/theba.nix index 1883b8a..c435b23 100644 --- a/theba.nix +++ b/theba.nix @@ -37,6 +37,6 @@ networking.hostName = "theba"; # Define your hostname. networking.hostId = "b29b900f"; - services.colord.enable = true; + # services.colord.enable = true; }