From 48330697feb1f2739296dcfebb2fa027dc655e03 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 30 Jan 2024 19:14:14 +0000 Subject: [PATCH] configuration: add restic, systemd-boot config limit and change nix.gc options --- configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 5d22ffa..686f6cb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -12,6 +12,7 @@ boot.loader = { systemd-boot.enable = true; systemd-boot.consoleMode = "0"; + systemd-boot.configurationLimit = 10; }; #nix.settings.auto-optimise-store = true; @@ -20,7 +21,7 @@ nix.gc = { automatic = true; dates = "weekly"; - options = "--delete-older-than 30d"; + options = "--delete-older-than 1w"; }; networking.networkmanager.enable = true; @@ -57,6 +58,7 @@ git-lfs libcamera lshw + restic roboto-slab nix-index nvd