Compare commits
2 Commits
8fc7e020fe
...
05cd5cce03
| Author | SHA1 | Date | |
|---|---|---|---|
| 05cd5cce03 | |||
| 168358d8c7 |
7
nodes/hosts/common/services/btrfs.nix
Normal file
7
nodes/hosts/common/services/btrfs.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ pkgs, ...}: {
|
||||||
|
services.btrfs.autoScrub = {
|
||||||
|
enable = true;
|
||||||
|
interval = "weekly";
|
||||||
|
fileSystems = [ "/" ];
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user