This commit is contained in:
2024-10-18 10:04:20 -05:00
parent 29a01705c3
commit a11206680a
8 changed files with 75 additions and 73 deletions

View File

@@ -1 +1,9 @@
{}
{ config, lib, ... }: {
options.sysconfig.generic.enable = {
type = lib.types.bool;
default = true;
};
config = lib.mkIf config.sysconfig.generic.enable {};
}