mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2024-11-22 08:14:06 +01:00
6 lines
116 B
HCL
6 lines
116 B
HCL
variable "ssh_keys" {
|
|
type = map(string)
|
|
description = "SSH public keys for admin user (name -> key)"
|
|
}
|
|
|