From 64c1fd77c5d8d99607a00b151a71a1fee2d1b0c3 Mon Sep 17 00:00:00 2001 From: Malte Voos Date: Wed, 27 May 2026 17:30:32 +0900 Subject: custom minimal init --- client.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'client.nix') diff --git a/client.nix b/client.nix index 6563533..78e5e11 100644 --- a/client.nix +++ b/client.nix @@ -2,9 +2,7 @@ writeShellApplication, curl, openssh, - sshpass, rsync, - sshPassword, sshPort, httpPort, }: @@ -15,13 +13,12 @@ writeShellApplication { runtimeInputs = [ curl openssh - sshpass rsync ]; text = let - ssh = "sshpass -p ${sshPassword} ssh -q -F none -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -p ${toString sshPort}"; + ssh = "ssh -q -F none -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -p ${toString sshPort}"; guest = "root@127.0.0.1"; documentDir = "/home/root/.local/share/remarkable/xochitl"; baseUrl = "http://127.0.0.1:${toString httpPort}"; -- cgit v1.2.3