From 9712fc1d998f803447ee1cbba10698d4e57eda34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 16 Aug 2023 16:16:49 +0300 Subject: [PATCH] ssh to rp3b as motiejus --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5fb854e..ad64df3 100644 --- a/flake.nix +++ b/flake.nix @@ -144,7 +144,7 @@ hostname = "192.168.189.66"; profiles = { system = { - sshUser = "root"; + sshUser = "motiejus"; path = deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.vno1-rp3b; user = "root";