Fix opencode

This commit is contained in:
Martin Pander
2026-02-11 21:06:36 +01:00
parent 74a01d576e
commit 87dbdd522b

View File

@@ -63,6 +63,6 @@ in
};
# Link the generated config to the expected location
xdg.configFile."opencode/opencode.json".source = config.sops.templates."opencode/opencode.json".path;
xdg.configFile."opencode/opencode.json".source = config.lib.file.mkOutOfStoreSymlink config.sops.templates."opencode/opencode.json".path;
};
}