Add wake online

This commit is contained in:
2025-12-12 04:42:32 +01:00
parent 918d42ff71
commit 792fe03d93

View File

@@ -22,8 +22,10 @@
ssh = { ssh = {
enable = true; enable = true;
port = 2222; port = 2222;
authorizedKeys = [ "ssh-ed25519 AAAA..." ]; # ta clé publique authorizedKeys = [
hostKeys = [ "/etc/secrets/initrd/ssh_host_ed25519_key" ]; "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAKMJ3TkEmRQcX7RQijNa2km6a2xXJk6M6FERh7C9nTJ"
]; # ta clé publique
hostKeys = [ "/etc/ssh/ssh_host_ed25519_key" ];
}; };
}; };
boot.kernelParams = [ boot.kernelParams = [