migration de neo-nomade à l'annuaire

nixos-19.09 2017-07-02-hydra
Jean-Pierre PRUNARET 8 years ago
parent 28fc448e0c
commit f8a687be52

@ -20,7 +20,6 @@ in
options = {
#* Utilisé pour avoir des raccourcis de machine
r6d.computers = {
isNeoNomade = mkEnableOption "Identification du nom de machine.";
isNomade = mkEnableOption "Identification du nom de machine.";
isRollo = mkEnableOption "Identification du nom de machine.";
};
@ -53,26 +52,6 @@ in
## Affectation des profils aux machines
(mkIf comp.isNeoNomade{
networking.hostName = "neo-nomade.dubronetwork.fr"; # Define your hostname.
r6d.profiles = {
isDubronetwork = true;
isDesktopEnvironment = true;
};
r6d.config-generator = {
laptop = true;
graphical = true;
scanner = true;
tincAddress = "192.168.12.7/24";
tincExtraConfig = ''
ConnectTo = monstre_dubronetwork_fr
ConnectTo = rollo_dubronetwork_fr
ConnectTo = hydra_prunetwork_fr
ConnectTo = ocean_prunetwork_fr
'';
};
})
# Dubro Vivo - St Malo
#tincAddress = "192.168.12.8/24";
(mkIf comp.isNomade{

Loading…
Cancel
Save