I love to share the keys in pub repos

This commit is contained in:
2025-01-25 00:44:02 +00:00
parent f4854cb9a7
commit b447d24bd0

View File

@@ -141,6 +141,12 @@
# -- Cargo.toml -- # -- Cargo.toml --
cargo = src: (builtins.fromTOML (builtins.readFile "${src}/Cargo.toml")); cargo = src: (builtins.fromTOML (builtins.readFile "${src}/Cargo.toml"));
ssh.keys = {
hetzner = {
yukkop = ''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ8scy1tv6zfXX6xyaukhO/fsZwif5rC89DvXNc6XxOf'';
};
};
}; };
}; };
} }