mirror of
https://github.com/ryan4yin/nixos-and-flakes-book
synced 2024-11-23 04:33:08 +00:00
chore: remove blank lines
This commit is contained in:
parent
4ea4361f94
commit
871e68f9c8
1 changed files with 1 additions and 3 deletions
|
@ -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.
|
||||
By incorporating this configuration, you can better manage and optimize the disk usage of your NixOS system.
|
||||
|
|
Loading…
Reference in a new issue