From 792fe03d9327a6d14aca97a47e66088f4b3f2f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20SALVI?= Date: Fri, 12 Dec 2025 04:42:32 +0100 Subject: [PATCH] Add wake online --- modules/optionnals/wakeonlan.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/optionnals/wakeonlan.nix b/modules/optionnals/wakeonlan.nix index 98e14e4..9389393 100644 --- a/modules/optionnals/wakeonlan.nix +++ b/modules/optionnals/wakeonlan.nix @@ -22,8 +22,10 @@ ssh = { enable = true; port = 2222; - authorizedKeys = [ "ssh-ed25519 AAAA..." ]; # ta clé publique - hostKeys = [ "/etc/secrets/initrd/ssh_host_ed25519_key" ]; + authorizedKeys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAKMJ3TkEmRQcX7RQijNa2km6a2xXJk6M6FERh7C9nTJ" + ]; # ta clé publique + hostKeys = [ "/etc/ssh/ssh_host_ed25519_key" ]; }; }; boot.kernelParams = [