machines/nix/modules/terranix/unifi/output.nix

11 lines
112 B
Nix

{ config, ... }:
let
cfg = config.khscodes.unifi;
in
{
options.khscodes.unifi = {
};
config = {
};
}