diff --git a/docs/nixos-with-flakes/other-useful-tips.md b/docs/nixos-with-flakes/other-useful-tips.md index e35ea4a..cf40425 100644 --- a/docs/nixos-with-flakes/other-useful-tips.md +++ b/docs/nixos-with-flakes/other-useful-tips.md @@ -83,8 +83,6 @@ The following configuration can be added to your NixOS configuration to help red automatic = true; dates = "weekly"; options = "--delete-older-than 1w"; - - }; # Optimize storage @@ -96,4 +94,4 @@ The following configuration can be added to your NixOS configuration to help red } ``` -By incorporating this configuration, you can better manage and optimize the disk usage of your NixOS system. \ No newline at end of file +By incorporating this configuration, you can better manage and optimize the disk usage of your NixOS system.