jorah: auto scrub btrfs filesystems #159
@ -24,6 +24,14 @@
|
|||||||
services.version_tracker.enable = true;
|
services.version_tracker.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
## Filesystems
|
||||||
|
services.btrfs.autoScrub = {
|
||||||
|
enable = true;
|
||||||
|
interval = "Tue, 02:00";
|
||||||
|
# By default both /data and /nix would be scrubbed. They are the same filesystem so this is wasteful.
|
||||||
|
fileSystems = [ "/data" ];
|
||||||
|
};
|
||||||
|
|
||||||
## Networking
|
## Networking
|
||||||
systemd.network = {
|
systemd.network = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user