From 87e589e690d581fcfcfb4a328828a647e89bcedb Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Mon, 5 Jan 2026 21:42:17 +0100 Subject: [PATCH] add .val search domain --- home/.ssh/config | 6 +++--- machines/haze/configuration.nix | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/home/.ssh/config b/home/.ssh/config index 041737e..51534dd 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -1,11 +1,11 @@ Host crocus - HostName crocus.home.rpqt.fr + HostName crocus.val User root Host verbena - HostName verbena.home.rpqt.fr + HostName verbena.val User root Host genepi - HostName genepi.home.rpqt.fr + HostName genepi.val User root diff --git a/machines/haze/configuration.nix b/machines/haze/configuration.nix index 1493044..c0e7a59 100644 --- a/machines/haze/configuration.nix +++ b/machines/haze/configuration.nix @@ -36,7 +36,8 @@ clan.core.networking.targetHost = "rpqt@haze.local"; networking.search = [ - "home.rpqt.fr" + "val" + "wireguard" ]; time.timeZone = "Europe/Paris";