commit 98cf627f4acf7b1d85b18bdb4c23a1ce8f81bdb1
parent 02c86dbd4efbf1f20d8032a8c984a739320d74e6
Author: Adriel Dumas--Jondeau <leirda@disroot.org>
Date: Tue, 12 Nov 2024 13:54:25 +0100
Utilise le nom canonique plutôt que le nom local
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deploy.scm b/deploy.scm
@@ -9,7 +9,7 @@
(operating-system %angine-operating-system)
(environment managed-host-environment-type)
(configuration (machine-ssh-configuration
- (host-name "angine")
+ (host-name "xn--duch-perch-e7ag.fr")
(host-key "ssh-ed25519
AAAAC3NzaC1lZDI1NTE5AAAAIPBuM9aMwCbek1vpJaDnsnToeq0lKqRa5rQoTppqOEIB")
(authorize? #t)