Fix wrong config path

Former-commit-id: 80af3c16e5
This commit is contained in:
Kaare Hoff Skovgaard 2025-07-15 08:16:39 +02:00
parent 0b124838b2
commit a5384c8105

View file

@ -1,6 +1,6 @@
{ pkgs, config, ... }:
let
domain = config.infrastructure.openbao.domain;
domain = config.khscodes.infrastructure.openbao.domain;
in
{
config = {