chore: improve naming for host file
All checks were successful
/ check (push) Successful in 1m2s
/ deploy (push) Has been skipped

This commit is contained in:
Jermeiah S 2025-06-23 12:50:35 -04:00
parent 5da8673244
commit f108181be1
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ lib, config, ... }:
let
hosts = builtins.fromJSON (builtins.readFile ../../../container_ips.json);
hosts = builtins.fromJSON (builtins.readFile ../../../hosts.json);
in
{
options.deploy = {