xray n'est pas sous nixos

pull/7/head
Jean-Pierre PRUNARET 9 years ago
parent 587e91fe61
commit 64d0765e40

@ -94,7 +94,6 @@ in
isPhenom = mkEnableOption "Identification du nom de machine."; isPhenom = mkEnableOption "Identification du nom de machine.";
isRadx = mkEnableOption "Identification du nom de machine."; isRadx = mkEnableOption "Identification du nom de machine.";
isRollo = mkEnableOption "Identification du nom de machine."; isRollo = mkEnableOption "Identification du nom de machine.";
isXray = mkEnableOption "Identification du nom de machine.";
}; };
}; };
@ -115,7 +114,6 @@ in
isPhenom = host == "phenom.dubronetwork.fr"; isPhenom = host == "phenom.dubronetwork.fr";
isRadx = host == "radx.prunetwork.fr"; isRadx = host == "radx.prunetwork.fr";
isRollo = host == "rollo.dubronetwork.fr"; isRollo = host == "rollo.dubronetwork.fr";
isXray = host == "xray.prunetwork.fr";
}; };
} }
@ -235,12 +233,6 @@ in
virtualbox = true; virtualbox = true;
}; };
}) })
(mkIf comp.isXray {
r6d.profiles = {
isPrunetwork = true;
isServer = true;
};
})
(mkIf comp.isLatitude { (mkIf comp.isLatitude {
r6d.profiles = { r6d.profiles = {

Loading…
Cancel
Save