From 02b96f2658a5ec7f8978b0a00baff3c013aeeab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 15 Apr 2024 22:23:01 +0200 Subject: [PATCH] feat(fu-berlin): add comment for home dir mount --- configs/fu-berlin.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/fu-berlin.nix b/configs/fu-berlin.nix index 80ccb0f..4a381e1 100644 --- a/configs/fu-berlin.nix +++ b/configs/fu-berlin.nix @@ -77,6 +77,8 @@ in { }; }; + # if it fails with "connection reset by peer" run `sudo sshfs ... ... -o ...` manually + # it needs to say 'yes' to the server's fingerprint system.fsPackages = [ pkgs.sshfs ]; # https://www.zedat.fu-berlin.de/tip4u_157.pdf