test: should now build local [deploy]
All checks were successful
/ check (push) Successful in 1m1s
/ deploy (push) Successful in 3m5s

This commit is contained in:
Jermeiah S 2025-06-25 21:16:33 -04:00
parent eaeb15df7f
commit a9d7eb9cda
No known key found for this signature in database

View file

@ -53,7 +53,7 @@ in
autoRollback = false;
magicRollback = true;
user = "root";
remoteBuild = true;
# remoteBuild = true;
nodes = lib.mapAttrs genNode deployableNodes;
};
}