ma x.r: enable zfs crub
This commit is contained in:
parent
22b960041f
commit
64f944c7c8
|
@ -26,7 +26,6 @@
|
||||||
<stockholm/makefu/2configs/hw/droidcam.nix>
|
<stockholm/makefu/2configs/hw/droidcam.nix>
|
||||||
<stockholm/makefu/2configs/hw/smartcard.nix>
|
<stockholm/makefu/2configs/hw/smartcard.nix>
|
||||||
<stockholm/makefu/2configs/hw/upower.nix>
|
<stockholm/makefu/2configs/hw/upower.nix>
|
||||||
<stockholm/makefu/2configs/hw/nswitch.nix>
|
|
||||||
#<stockholm/makefu/2configs/hw/ps4-compat.nix>
|
#<stockholm/makefu/2configs/hw/ps4-compat.nix>
|
||||||
|
|
||||||
# base
|
# base
|
||||||
|
|
|
@ -7,5 +7,6 @@
|
||||||
mic92 = true;
|
mic92 = true;
|
||||||
clever_kexec = true;
|
clever_kexec = true;
|
||||||
home-manager = true;
|
home-manager = true;
|
||||||
|
nix-ld = true;
|
||||||
# torrent = true;
|
# torrent = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
environment.variables.VK_ICD_FILENAMES =
|
environment.variables.VK_ICD_FILENAMES =
|
||||||
"/run/opengl-driver/share/vulkan/icd.d/amd_icd64.json";
|
"/run/opengl-driver/share/vulkan/icd.d/amd_icd64.json";
|
||||||
|
|
||||||
|
services.fwupd.enable = true;
|
||||||
|
|
||||||
programs.light.enable = true;
|
programs.light.enable = true;
|
||||||
|
|
||||||
|
|
|
@ -29,5 +29,6 @@
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
services.zfs.autoScrub.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue