all repos — nixfiles @ 21398bece441d9afaa8e74539d993c3e976ebce0

System and user configuration, managed by nix and home-manager

use `nh` as a nixos-rebuild wrapper with nice output

Alan Pearce
commit

21398bece441d9afaa8e74539d993c3e976ebce0

parent

7a3f06fe4aa3a61b9d86b6aebdb404eba95d9eb5

1 file changed, 2 insertions(+), 1 deletion(-)

changed files
M system/settings/configuration/nix.nixsystem/settings/configuration/nix.nix
@@ -1,4 +1,5 @@
{ config +, lib , pkgs , ... }: {
@@ -22,7 +23,7 @@ warn-dirty = false
''; gc = { - automatic = true; + automatic = lib.mkDefault true; options = "--delete-older-than 14d"; }; };