feat(profiles): add ssd module to base profile

This commit is contained in:
ooks-io 2024-04-07 23:24:59 +12:00
parent ea48575dd0
commit c4587ff254
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@ in
{
options.systemModules.hardware.ssd = {
enable = mkEnableOption "Enable bluetooth module";
enable = mkEnableOption "Enable ssd module";
};
config = mkIf cfg.enable {