filesystems/btrfs: add btrfs module
This commit is contained in:
parent
6bb529af81
commit
f9c78cbc2e
2 changed files with 21 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
{ pkgs, lib, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
btrfs-progs
|
||||
];
|
||||
|
||||
services.btrfs.autoScrub = {
|
||||
enable = lib.mkDefault false;
|
||||
interval = "monthly";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue