[feat] Added nix.gc options

This commit is contained in:
uttarayan21
2024-03-04 18:15:03 +05:30
parent a72249a1be
commit 7c4ad7fcc7
2 changed files with 6 additions and 0 deletions

View File

@@ -11,6 +11,11 @@
services.mullvad-vpn.enable = true;
services.resolved.enable = true;
nix.settings.auto-optimise-store = true;
nix.gc.automatic = true;
nix.gc.dates = "daily";
nix.gc.options = "--delete-older-than +5";
boot.lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";