From b447d24bd005e8a2a676865bffc9a6f505108dd7 Mon Sep 17 00:00:00 2001 From: yukkop Date: Sat, 25 Jan 2025 00:44:02 +0000 Subject: [PATCH] I love to share the keys in pub repos --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index 682788c..1dad098 100644 --- a/flake.nix +++ b/flake.nix @@ -141,6 +141,12 @@ # -- Cargo.toml -- cargo = src: (builtins.fromTOML (builtins.readFile "${src}/Cargo.toml")); + + ssh.keys = { + hetzner = { + yukkop = ''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ8scy1tv6zfXX6xyaukhO/fsZwif5rC89DvXNc6XxOf''; + }; + }; }; }; }