configuration.nix/hosts/rico1/services/btrfs.nix

7 lines
99 B
Nix
Raw Permalink Normal View History

2024-06-25 00:23:05 +05:30
_: {
services.btrfs.autoScrub = {
enable = true;
fileSystems = [ "/mnt/system" ];
};
}