Loading nixos/modules/services/misc/fstrim.nix +3 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,9 @@ in { options = { services.fstrim = { enable = lib.mkEnableOption "periodic SSD TRIM of mounted partitions in background"; enable = (lib.mkEnableOption "periodic SSD TRIM of mounted partitions in background" // { default = true; }); interval = lib.mkOption { type = lib.types.str; Loading Loading
nixos/modules/services/misc/fstrim.nix +3 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,9 @@ in { options = { services.fstrim = { enable = lib.mkEnableOption "periodic SSD TRIM of mounted partitions in background"; enable = (lib.mkEnableOption "periodic SSD TRIM of mounted partitions in background" // { default = true; }); interval = lib.mkOption { type = lib.types.str; Loading