création profil prunetwork && workstation
This commit is contained in:
@@ -183,11 +183,21 @@ in
|
|||||||
(mkIf pfl.isPrunetwork {
|
(mkIf pfl.isPrunetwork {
|
||||||
r6d.config-generator = {
|
r6d.config-generator = {
|
||||||
auto-upgrade = true;
|
auto-upgrade = true;
|
||||||
|
docker = true;
|
||||||
locate = true;
|
locate = true;
|
||||||
fail2ban = true;
|
fail2ban = true;
|
||||||
swap = true;
|
swap = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
(mkIf (pfl.isPrunetwork && pfl.isWorkstation) {
|
||||||
|
r6d.config-generator = {
|
||||||
|
developpement = true;
|
||||||
|
developpement-haskell = true;
|
||||||
|
developpement-java = true;
|
||||||
|
print = true;
|
||||||
|
virtualbox = true;
|
||||||
|
};
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
## Affectation des profils aux machines
|
## Affectation des profils aux machines
|
||||||
@@ -198,7 +208,6 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
r6d.config-generator = {
|
r6d.config-generator = {
|
||||||
docker = true;
|
|
||||||
radicale = true;
|
radicale = true;
|
||||||
tincAddress = "192.168.12.6/24";
|
tincAddress = "192.168.12.6/24";
|
||||||
tincExtraConfig = ''
|
tincExtraConfig = ''
|
||||||
@@ -214,14 +223,10 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
r6d.config-generator = {
|
r6d.config-generator = {
|
||||||
developpement = true;
|
|
||||||
developpement-haskell = true;
|
|
||||||
developpement-java = true;
|
|
||||||
elasticsearch = true;
|
elasticsearch = true;
|
||||||
hydra-builder = true;
|
hydra-builder = true;
|
||||||
hydra-core = true;
|
hydra-core = true;
|
||||||
kibana = true;
|
kibana = true;
|
||||||
print = true;
|
|
||||||
rabbitmq = true;
|
rabbitmq = true;
|
||||||
tincAddress = "192.168.12.3/24";
|
tincAddress = "192.168.12.3/24";
|
||||||
tincExtraConfig = ''
|
tincExtraConfig = ''
|
||||||
@@ -229,7 +234,6 @@ in
|
|||||||
ConnectTo = rollo_dubronetwork_fr
|
ConnectTo = rollo_dubronetwork_fr
|
||||||
ConnectTo = ocean_prunetwork_fr
|
ConnectTo = ocean_prunetwork_fr
|
||||||
'';
|
'';
|
||||||
virtualbox = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user