yarn: use sshUser for deploy

This commit is contained in:
Simon Gardling 2025-11-16 20:02:22 -05:00
parent ca3242c568
commit 6d3736c6db
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -122,7 +122,7 @@
deploy.nodes.yarn = {
hostname = "desktop";
profiles.system = {
user = "root";
sshUser = "root";
path = deploy-rs.lib.${system}.activate.nixos self.nixosConfigurations.yarn;
};
};