Fix wrong config path
Some checks failed
/ systems (push) Failing after 23s
/ terraform-providers (push) Successful in 1m37s
/ rust-packages (push) Successful in 33s
/ dev-shell (push) Successful in 24s
/ check (push) Failing after 59s

This commit is contained in:
Kaare Hoff Skovgaard 2025-07-15 08:16:39 +02:00
parent 5826c78a68
commit 80af3c16e5
Signed by: khs
GPG key ID: C7D890804F01E9F0

View file

@ -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 = {