Auto-commit: 2026-01-05 20:24:06

This commit is contained in:
2026-01-05 20:24:06 +00:00
parent 848a1dd388
commit 053d48de33

View File

@@ -0,0 +1,10 @@
{ config, inputs, ... }:
let
cfg = config.my.openlinkhub;
in
{
imports = [
inputs.openlinkhub.nixosModules.default
];
openlinkhub.enable = cfg.enable;
}