nixos

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

commit 7c9c7a2af3423771f77109b35f90de8834a15b1b
parent bf7cad7db75c319ac7f91c8602183f404095d594
Author: Toni Brown <me@tb148.net>
Date:   Thu, 12 Mar 2026 12:46:28 +0800

turn off disk-saving options

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

diff --git a/configuration.nix b/configuration.nix @@ -31,7 +31,6 @@ size = 24 * 1024; } ]; - services.btrfs.autoScrub.enable = true; boot.loader.grub = { enable = true; @@ -189,11 +188,6 @@ }; nixpkgs.config.allowUnfree = true; - nix.gc = { - automatic = true; - dates = "daily"; - options = "--delete-older-than 7d"; - }; nix.package = pkgs.lixPackageSets.latest.lix; nix.settings = { auto-optimise-store = true;