nixos-config/zones/data.jq
2024-11-28 01:14:34 +08:00

9 lines
151 B
Plaintext

with_entries(
select(
.value.sensitive == false
) |
.value |= .value
) |
.hosts = .hosts_non_sensitive |
del(.hosts_non_sensitive)