Add hydra as a distributed build machine.

This commit is contained in:
Tom Alexander
2025-03-23 17:07:12 -04:00
parent e733dcdcbf
commit acfc9ac1a4
7 changed files with 74 additions and 1 deletions

View File

@@ -118,6 +118,14 @@
home.stateVersion = "24.11";
};
home-manager.users.root =
{ pkgs, ... }:
{
# The state version is required and should stay at the version you
# originally installed.
home.stateVersion = "24.11";
};
# Automatic garbage collection
nix.gc = lib.mkIf (!config.me.buildingIso) {
# Runs nix-collect-garbage --delete-older-than 5d