diff --git a/flake.nix b/flake.nix index 478cb19..5b4737e 100644 --- a/flake.nix +++ b/flake.nix @@ -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; }; };