Fix wrong config path
This commit is contained in:
parent
5826c78a68
commit
80af3c16e5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs, config, ... }:
|
{ pkgs, config, ... }:
|
||||||
let
|
let
|
||||||
domain = config.infrastructure.openbao.domain;
|
domain = config.khscodes.infrastructure.openbao.domain;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
config = {
|
config = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue