nixos-config/zones/data.jq

9 lines
151 B
Plaintext
Raw Permalink Normal View History

2024-11-28 01:14:34 +08:00
with_entries(
select(
.value.sensitive == false
) |
.value |= .value
) |
.hosts = .hosts_non_sensitive |
del(.hosts_non_sensitive)