adresse IP du noeud tinc local

upgrade-16.09
Yves Dubromelle 9 years ago
parent 1916d6eb90
commit f0f266cb55

@ -60,6 +60,13 @@ in
virtualbox = mkEnableOption "Profil pour l'utilisation de VirtualBox.";
xmonad = mkEnableOption "Profil pour activer le gestionnaire de fenêtres xmonad.";
znc = mkEnableOption "Profil pour activer le relais IRC ZNC.";
tincAddress = mkOption {
default = "";
example = "192.168.1.1";
description = "Adresse du noeud tinc local";
type = lib.types.string;
};
};
#* Utilisé pour avoir des raccourcis de machine
r6d.computers = {
@ -207,6 +214,7 @@ in
r6d.config-generator = {
laptop = true;
tincAddress = "192.168.12.2/24";
};
})
(mkIf comp.isMonstre {
@ -260,6 +268,7 @@ in
nix-serve-server = true;
laptop = true;
edition-photo = true;
tincAddress = "192.168.12.1/24";
};
})
(mkIf comp.isRollo {

Loading…
Cancel
Save