{
lib,
options,
config,
...
}:
{
options = {
<<nixos-module-options>>
};
config = lib.mkMerge [
<<nixos-module-config>>
];
}
{
lib,
options,
config,
...
}:
{
options = {
<<nixos-module-options>>
};
config = lib.mkMerge [
<<nixos-module-config>>
];
}