infrastructure/defaults/meta/hosts.nix

5 lines
85 B
Nix
Raw Normal View History

2024-10-02 15:52:04 +02:00
{ ... }:
{
qois.meta.hosts = builtins.fromJSON (builtins.readFile ./hosts.json);
}