mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-07-24 09:25:26 +02:00
6 lines
109 B
HCL
6 lines
109 B
HCL
variable "ssh_keys" {
|
|
type = map(string)
|
|
description = "SSH public keys for admin user (name -> key)"
|
|
}
|
|
|