1{ 2 data.hosts = builtins.fromTOML (builtins.readFile ./hosts.toml); 3 data.services = builtins.fromTOML (builtins.readFile ./services.toml); 4}