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";