yarn: use sshUser for deploy
This commit is contained in:
parent
ca3242c568
commit
6d3736c6db
@ -122,7 +122,7 @@
|
|||||||
deploy.nodes.yarn = {
|
deploy.nodes.yarn = {
|
||||||
hostname = "desktop";
|
hostname = "desktop";
|
||||||
profiles.system = {
|
profiles.system = {
|
||||||
user = "root";
|
sshUser = "root";
|
||||||
path = deploy-rs.lib.${system}.activate.nixos self.nixosConfigurations.yarn;
|
path = deploy-rs.lib.${system}.activate.nixos self.nixosConfigurations.yarn;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user