configuration.nix/hosts/wynne/services/btrfs.nix

7 lines
99 B
Nix
Raw Permalink Normal View History

2024-07-03 17:03:51 +05:30
_: {
services.btrfs.autoScrub = {
enable = true;
fileSystems = [ "/mnt/system" ];
};
}