From 06f52643745f49c9359b597f09db35df7f47791e Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Wed, 30 Aug 2023 23:40:10 +0200 Subject: --- modules/nix-common.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'modules') diff --git a/modules/nix-common.nix b/modules/nix-common.nix index 874e2d6..6e4d373 100644 --- a/modules/nix-common.nix +++ b/modules/nix-common.nix @@ -1,10 +1,5 @@ { config, pkgs, ... }: { - nixpkgs = { - # texlive.combined.scheme-medium; - config.allowUnfree = true; - }; - nix = { settings = { allowed-users = [ "@wheel" "@builders" "@video" ]; @@ -13,8 +8,8 @@ # Clean up old generations after 30 days gc = { - # automatic = true; - # dates = "weekly"; + automatic = true; + dates = "weekly"; options = "--delete-older-than 30d"; }; -- cgit v1.2.3