nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 65fdb7eef45c58cbc7fcb9aeb16e70d77c6c2ec3
parent 270f70e5404a1ee467502d23622b2b4fdf238cd6
Author: Toni Brown <me@tb148.net>
Date:   Fri, 30 Jan 2026 18:37:25 +0800

enable btrfs autoscrub

Diffstat:
Mconfiguration.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/configuration.nix b/configuration.nix @@ -34,6 +34,8 @@ boot.loader.efi.canTouchEfiVariables = true; boot.kernelPackages = pkgs.linuxPackages_latest; + services.btrfs.autoScrub.enable = true; + nixpkgs.config.allowUnfree = true; hardware.graphics.enable = true;