From a4728792b29ddd9e9691468fea96dc4829b5232a Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Thu, 2 Mar 2017 18:51:14 +0100 Subject: [PATCH] =?UTF-8?q?les=20noms=20pour=20les=20machines=20dubro=20n'?= =?UTF-8?q?=C3=A9tait=20pas=20dans=20config-generator?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-generator.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config-generator.nix b/config-generator.nix index c980ea4..14573d0 100644 --- a/config-generator.nix +++ b/config-generator.nix @@ -259,6 +259,7 @@ in }) (mkIf comp.isLatitude { + networking.hostName = "latitude.dubronetwork.fr"; # Define your hostname. r6d.profiles = { isDubronetwork = true; isHome = true; @@ -278,6 +279,7 @@ in }; }) (mkIf comp.isMonstre { + networking.hostName = "monstre.dubronetwork.fr"; # Define your hostname. r6d.profiles = { isDubronetwork = true; isServer = true; @@ -297,6 +299,7 @@ in }; }) (mkIf comp.isNeoNomade{ + networking.hostName = "neo-nomade.dubronetwork.fr"; # Define your hostname. r6d.profiles = { isDubronetwork = true; isHome = true; @@ -315,6 +318,7 @@ in # Dubro Vivo - St Malo #tincAddress = "192.168.12.8/24"; (mkIf comp.isNomade{ + networking.hostName = "nomade.dubronetwork.fr"; # Define your hostname. r6d.profiles.isDubronetwork = true; r6d.config-generator = {