nix: install cachix
1 file changed, 4 insertions(+), 0 deletions(-)
changed files
M modules/configuration/nix.nix → modules/configuration/nix.nix
@@ -21,6 +21,10 @@ }; }; }; + environment.systemPackages = with pkgs; [ + cachix + ]; + system.autoUpgrade = { enable = true; flags = [ "--max-jobs" "2" ];