configuration.nix/hosts/skipper/services/btrfs.nix

7 lines
99 B
Nix
Raw Normal View History

2023-11-05 17:01:59 +05:30
_: {
services.btrfs.autoScrub = {
enable = true;
fileSystems = [ "/mnt/system" ];
};
}