chore: improve naming for host file
This commit is contained in:
parent
5da8673244
commit
f108181be1
3 changed files with 3 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue