move btrfs.autoScrub.enable to hardware-configuration.nix

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-11 16:51:36 +01:00
parent ffedb0821b
commit b6acf6a941
3 changed files with 4 additions and 1 deletions

View file

@ -21,6 +21,8 @@
boot.extraModulePackages = [ ];
services.btrfs.autoScrub.enable = true;
fileSystems."/" =
{
device = "/dev/disk/by-uuid/1106202c-c3bf-4c15-b7cd-e78749e5c955";