From a2cb9b76bce6066baf18b381351090c74f747196 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Wed, 11 Feb 2026 15:00:54 +0100 Subject: [PATCH] feat: better nh settings. --- hosts/ymir/configuration.nix | 6 ------ modules/linux/nixos/nh.nix | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index 06e3ab6..6faff7b 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -156,12 +156,6 @@ ]; }; - # Optimise storage - nix.optimise = { - automatic = true; - dates = ["weekly"]; - }; - # Enable my flake specific settings crony.nvidia.enable = true; crony.gaming.enable = true; diff --git a/modules/linux/nixos/nh.nix b/modules/linux/nixos/nh.nix index e5c17b1..b865f5a 100644 --- a/modules/linux/nixos/nh.nix +++ b/modules/linux/nixos/nh.nix @@ -14,7 +14,7 @@ flake = "/home/crony/repos/nixos"; clean = { enable = true; - extraArgs = "--keep 5 --keep-since 3d"; + extraArgs = "--keep 20 --keep-since 1w --optimise"; dates = "daily"; }; };