ajout option graphical + affectation pour workstation et neonomade
This commit is contained in:
@@ -50,6 +50,7 @@ in
|
|||||||
edition-video = mkEnableOption "Profil pour la création/édition de video.";
|
edition-video = mkEnableOption "Profil pour la création/édition de video.";
|
||||||
elasticsearch = mkEnableOption "Profil pour activer le service elasticsearch.";
|
elasticsearch = mkEnableOption "Profil pour activer le service elasticsearch.";
|
||||||
fail2ban = mkEnableOption "Profil pour activer Fail2ban.";
|
fail2ban = mkEnableOption "Profil pour activer Fail2ban.";
|
||||||
|
graphical = mkEnableOption "Profil pour activer les applications graphgiques.";
|
||||||
hydra-builder = mkEnableOption "Profil pour une machine qui compile pour hydra.";
|
hydra-builder = mkEnableOption "Profil pour une machine qui compile pour hydra.";
|
||||||
hydra-core = mkEnableOption "Profil pour un serveur hydra.";
|
hydra-core = mkEnableOption "Profil pour un serveur hydra.";
|
||||||
kibana = mkEnableOption "Profil pour activer le service kibana.";
|
kibana = mkEnableOption "Profil pour activer le service kibana.";
|
||||||
@@ -147,6 +148,7 @@ in
|
|||||||
|
|
||||||
r6d.config-generator = {
|
r6d.config-generator = {
|
||||||
docker = true;
|
docker = true;
|
||||||
|
graphical = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
@@ -327,6 +329,7 @@ in
|
|||||||
|
|
||||||
r6d.config-generator = {
|
r6d.config-generator = {
|
||||||
laptop = true;
|
laptop = true;
|
||||||
|
graphical = true;
|
||||||
scanner = true;
|
scanner = true;
|
||||||
tincAddress = "192.168.12.7/24";
|
tincAddress = "192.168.12.7/24";
|
||||||
tincExtraConfig = ''
|
tincExtraConfig = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user