From 0a2cafb830a9fcd5b095bc5405f6d3308374f5fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 22 Jul 2023 20:27:49 +0300 Subject: [PATCH] use motiejus for deployment --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a376b61..522d086 100644 --- a/flake.nix +++ b/flake.nix @@ -106,7 +106,7 @@ hostname = "192.168.189.1"; profiles = { system = { - sshUser = "root"; + sshUser = "motiejus"; path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.vno1-oh2; user = "root";