···1313{
1414 options.garden.system.boot = {
1515 initrd = {
1616- enableTweaks = mkEnableOption "quality of life tweaks for the initrd stage" // {
1616+ tweaks.enable = mkEnableOption "quality of life tweaks for the initrd stage" // {
1717 default = true;
1818 };
1919···5858 # initrd and kernel tweaks
5959 # read what each parameter or module does before doing so, it will defo break something otherwise
6060 initrd = mkMerge [
6161- (mkIf cfg.initrd.enableTweaks {
6161+ (mkIf cfg.initrd.tweaks.enable {
6262 # Verbosity of the initrd
6363 # disabling verbosity removes only the mandatory messages generated by the NixOS
6464 verbose = false;