move btrfs.autoScrub.enable to hardware-configuration.nix
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
ffedb0821b
commit
b6acf6a941
|
@ -89,7 +89,6 @@ in
|
|||
# powerManagement.cpuFreqGovernor = "ondemand";
|
||||
|
||||
services = {
|
||||
btrfs.autoScrub.enable = true;
|
||||
dbus.implementation = "broker";
|
||||
dbus.packages = [ pkgs.gcr ];
|
||||
fwupd.enable = true;
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
boot.blacklistedKernelModules = [ "iwlwifi" "snd_hda_intel" "hdaudio" "btintel" "bluetooth" ];
|
||||
boot.extraModprobeConfig = "options kvm_intel nested=1";
|
||||
|
||||
services.btrfs.autoScrub.enable = true;
|
||||
|
||||
fileSystems."/" =
|
||||
{
|
||||
device = "/dev/disk/by-uuid/7aa17b01-785e-41c6-9723-79195af906c6";
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
services.btrfs.autoScrub.enable = true;
|
||||
|
||||
fileSystems."/" =
|
||||
{
|
||||
device = "/dev/disk/by-uuid/1106202c-c3bf-4c15-b7cd-e78749e5c955";
|
||||
|
|
Loading…
Reference in a new issue