filesystems/btrfs: add btrfs module

This commit is contained in:
Infinidoge 2021-12-02 17:27:12 -05:00
parent 6bb529af81
commit f9c78cbc2e
2 changed files with 21 additions and 10 deletions

View file

@ -1,10 +0,0 @@
{ pkgs, lib, ... }: {
environment.systemPackages = with pkgs; [
btrfs-progs
];
services.btrfs.autoScrub = {
enable = lib.mkDefault false;
interval = "monthly";
};
}