mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
Syncing goliath configs
This commit is contained in:
parent
f1eb1f6620
commit
ba6ca38613
19 changed files with 225 additions and 94 deletions
|
|
@ -1,11 +1,15 @@
|
|||
|
||||
variable "tailscale_api_key" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "tailnet" {
|
||||
type = string
|
||||
}
|
||||
|
||||
|
||||
provider "tailscale" {
|
||||
api_key = var.tailscale_api_key
|
||||
tailnet = "inskip.me"
|
||||
tailnet = var.tailnet
|
||||
}
|
||||
|
||||
resource "tailscale_tailnet_key" "cluster_reusable" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue