mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
Gabriel Arazas
50526a608b
Welp, we're now making it fully declarative for the entire cluster instead of individual submodules.
5 lines
225 B
HCL
5 lines
225 B
HCL
resource "hcloud_ssh_key" "foodogsquared" {
|
|
name = "foodogsquared@foodogsquared.one"
|
|
public_key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILPR52KfVODfKsgdvYSoQinV3kyOTZ4mtKa0fah5Wkfr foodogsquared@foodogsquared.one"
|
|
}
|