fix deploy-rs

This commit is contained in:
Jermeiah S 2025-06-19 22:18:57 -04:00
parent 2841978224
commit de5649cc5c
No known key found for this signature in database
3 changed files with 18 additions and 6 deletions

View file

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