From 164c1e22db9f60854d5e09c3c0ba3d399ee6341d Mon Sep 17 00:00:00 2001 From: Lzebulon Date: Mon, 15 Dec 2025 13:09:41 +0100 Subject: [PATCH] add ssh public key --- hosts.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts.nix b/hosts.nix index e904252..086d03b 100644 --- a/hosts.nix +++ b/hosts.nix @@ -12,6 +12,7 @@ description = '' Un serveur avec peut etre un jour ceph ''; + public-ssh = "ssh-rsa TODOTODOTODOTODOTODOTODOTODO"; } { name = "thot"; @@ -24,6 +25,7 @@ description = '' Serveur de backup du Crans, actuellement en SQ39 ''; + public-ssh = "ssh-rsa TODOTODOTODOTODOTODOTODOTODO"; } ]; @@ -40,6 +42,7 @@ description = '' DNS récursif ''; + public-ssh = "ssh-rsa TODOTODOTODOTODOTODOTODOTODO"; } { name = "neo"; @@ -52,6 +55,7 @@ description = '' Matrix du crans, heberge également le bridge IRC <-> Matrix ''; + public-ssh = "ssh-rsa TODOTODOTODOTODOTODOTODOTODO"; } { name = "NextCloud"; @@ -64,6 +68,7 @@ description = '' NextCloud du Crans ''; + public-ssh = "ssh-rsa TODOTODOTODOTODOTODOTODOTODO"; } ]; }