use `nh` as a nixos-rebuild wrapper with nice output
1 file changed, 2 insertions(+), 1 deletion(-)
changed files
M system/settings/configuration/nix.nix → system/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"; }; };