From c0317720b30a0827aa7841655196953ab0a09605 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 9 Jan 2026 17:04:21 -0800 Subject: add a publicKey options for nixos machines --- machines/rivendell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines/rivendell.nix') diff --git a/machines/rivendell.nix b/machines/rivendell.nix index d1b95aa..6b16d67 100644 --- a/machines/rivendell.nix +++ b/machines/rivendell.nix @@ -57,6 +57,7 @@ systemd.network.wait-online.anyInterface = lib.mkDefault config.networking.useDHCP; wgPublicKey = "jf7T7TMKQWSgSXhUplldZDV9G2y2BjMmHIAhg5d26ng="; + publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID76U5kt8DfBbuP16rMzfBTVTpjjPFKWnnheMALaCQEd"; services = { website = { -- cgit v1.2.3