|
|
@ -66,6 +66,7 @@ in
|
|
|
|
isNeoNomade = mkEnableOption "Identification du nom de machine.";
|
|
|
|
isNeoNomade = mkEnableOption "Identification du nom de machine.";
|
|
|
|
isNomade = mkEnableOption "Identification du nom de machine.";
|
|
|
|
isNomade = mkEnableOption "Identification du nom de machine.";
|
|
|
|
isOcean = mkEnableOption "Identification du nom de machine.";
|
|
|
|
isOcean = mkEnableOption "Identification du nom de machine.";
|
|
|
|
|
|
|
|
isPedro = mkEnableOption "Identification du nom de machine.";
|
|
|
|
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.";
|
|
|
@ -86,6 +87,7 @@ in
|
|
|
|
isNeoNomade = host == "neo-nomade.dubronetwork.fr";
|
|
|
|
isNeoNomade = host == "neo-nomade.dubronetwork.fr";
|
|
|
|
isNomade = host == "nomade.dubronetwork.fr";
|
|
|
|
isNomade = host == "nomade.dubronetwork.fr";
|
|
|
|
isOcean = host == "ocean.prunetwork.fr";
|
|
|
|
isOcean = host == "ocean.prunetwork.fr";
|
|
|
|
|
|
|
|
isPedro = host == "pedro.dubronetwork.fr";
|
|
|
|
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";
|
|
|
@ -233,6 +235,17 @@ in
|
|
|
|
laptop = true;
|
|
|
|
laptop = true;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
(mkIf comp.isPedro {
|
|
|
|
|
|
|
|
r6d.profiles = {
|
|
|
|
|
|
|
|
isDubronetwork = true;
|
|
|
|
|
|
|
|
isServer = true;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
r6d.config-generator = {
|
|
|
|
|
|
|
|
fail2ban = true;
|
|
|
|
|
|
|
|
online-ipv6 = true;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
})
|
|
|
|
(mkIf comp.isPhenom {
|
|
|
|
(mkIf comp.isPhenom {
|
|
|
|
r6d.profiles = {
|
|
|
|
r6d.profiles = {
|
|
|
|
isDubronetwork = true;
|
|
|
|
isDubronetwork = true;
|
|
|
|