updated some packages

This commit is contained in:
Kulvir Singh
2025-02-13 10:56:48 +05:30
parent 996217b767
commit 678d731ce0
7 changed files with 24 additions and 21 deletions

View File

@@ -14,10 +14,7 @@
nixpkgs.hostPlatform = "${system}";
services.nix-daemon.enable = true;
nix.gc = {
user = "root";
automatic = lib.mkDefault true;
options = lib.mkDefault "--delete-older-than 5d";
};