xray n'est pas sous nixos

This commit is contained in:
2017-01-01 18:16:11 +01:00
parent 587e91fe61
commit 64d0765e40

View File

@@ -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 = {