commit 9712fc1d998f803447ee1cbba10698d4e57eda34 (tree)
parent 4bb48e236f04f34d1e443e17a7252fa1c34b4d63
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Wed, 16 Aug 2023 16:16:49 +0300
ssh to rp3b as motiejus
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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";