mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix: home-assistant config levels
This commit is contained in:
parent
ce7aee4a3d
commit
e7e1fd3bfd
7 changed files with 41 additions and 38 deletions
|
|
@ -109,7 +109,7 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
services.cockroachdb.locality = "provider=oracle,region=${tf.providers.oci.inputs.region},ad=${toString cfg.ad},host=${config.networking.hostName}";
|
||||
services.cockroachdb.locality = lib.mkIf (tf.state.enable) "provider=oracle,region=${tf.providers.oci.inputs.region},ad=${toString cfg.ad},host=${config.networking.hostName}";
|
||||
|
||||
deploy.tf =
|
||||
let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue