From 67eadfab97a3e02851bcc0679248dd0fadd8fcc3 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Fri, 19 May 2017 17:18:20 +0200 Subject: [PATCH] =?UTF-8?q?ces=20anciens=20profils=20ont=20=C3=A9t=C3=A9?= =?UTF-8?q?=20convertis=20en=20assertions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-generator.nix | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/config-generator.nix b/config-generator.nix index 3428ec2..811fca4 100644 --- a/config-generator.nix +++ b/config-generator.nix @@ -40,16 +40,6 @@ in config = mkMerge [ ## Définition des profils génériques - (mkIf pfl.isDesktopEnvironment { - r6d.config-generator = { - awesome = true; - internetSuite = true; - multimediaSuite = true; - officeSuite = true; - pulseaudio = true; - securitySuite = true; - }; - }) (mkIf (pfl.isServer && !comp.isMonstre) { r6d.config-generator = { #database_postgres = true; @@ -68,23 +58,8 @@ in dns_resolveur = true; }; }) - (mkIf pfl.isWorkstation { - r6d.profiles.isDesktopEnvironment = true; - - r6d.config-generator = { - docker = true; - graphical = true; - }; - }) ## Profils liés à Dubronetwork - (mkIf pfl.isDubronetwork { - r6d.config-generator = { - auto-upgrade = true; - locate = true; - print = true; - }; - }) (mkIf (pfl.isDubronetwork && pfl.isWorkstation) { r6d.config-generator = { cartographie = true; @@ -105,16 +80,6 @@ in }) ## Profils liés à Prunetwork - (mkIf pfl.isPrunetwork { - r6d.config-generator = { - auto-upgrade = true; - docker = true; - locate = true; - fail2ban = true; - smokeping = true; - swap = true; - }; - }) (mkIf (pfl.isPrunetwork && pfl.isWorkstation) { r6d.config-generator = { cartographie = true;