terraform-nixos #1

Closed
kiara wants to merge 57 commits from terraform-nixos into tf
Showing only changes of commit c91361e7d5 - Show all commits

View file

@ -76,7 +76,7 @@ locals {
} }
peertube = { peertube = {
cfg = var.peertube cfg = var.peertube
hostname = "test03" hostname = "test05"
} }
} }
peripherals = { for name, inst in local.peripheral_configs : name => { peripherals = { for name, inst in local.peripheral_configs : name => {