help
This commit is contained in:
@@ -1 +1,9 @@
|
||||
{}
|
||||
{ config, lib, ... }: {
|
||||
|
||||
options.sysconfig.generic.enable = {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
};
|
||||
|
||||
config = lib.mkIf config.sysconfig.generic.enable {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user