feat: Enable all substituters in all machines
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m31s

This commit is contained in:
2026-03-01 21:33:48 +05:30
parent b10e5253f8
commit dce2e160da
3 changed files with 13 additions and 48 deletions

View File

@@ -57,9 +57,6 @@
};
package = pkgs.nixVersions.nix_2_32; # deploy-rs doesn't work with nix >= 2.32
distributedBuilds = true;
substituters = {
enableCuda = true;
};
};
users.users.${device.user} = {