From 6d3736c6dbb38412caccbd5dacb7022e92c7adea Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sun, 16 Nov 2025 20:02:22 -0500 Subject: [PATCH] yarn: use sshUser for deploy --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; };