Begin testing remote builds

This commit is contained in:
Bun 2025-06-09 15:34:04 -04:00
parent 1a4e5103b2
commit 7aa39a1110
7 changed files with 109 additions and 68 deletions

View file

@ -2,6 +2,7 @@
{
imports = [
./channels
./distributed
./gc
./unfree
];
@ -17,6 +18,6 @@
};
};
# Use nixos-rebuild-ng
# Use a newer implementation of nixos-rebuild
system.rebuild.enableNg = true;
}