Fix typo and enable btrfs scrubbing
This commit is contained in:
parent
54855a0d33
commit
6f09998656
20 changed files with 65 additions and 60 deletions
4
modules/system/devices/disks/btrfs/default.nix
Normal file
4
modules/system/devices/disks/btrfs/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.btrfs.autoScrub.enable = true;
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./btrfs
|
||||
./filesystems
|
||||
./impermanence
|
||||
./snapper
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ ... }:
|
||||
{ lib, ... }:
|
||||
{
|
||||
boot.supportedFilesystems = {
|
||||
ntfs = true;
|
||||
zfs = lib.mkForce false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue