From eb78ee2a7d3120cfacaf4a2e5a79718293ba4634 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 13 Oct 2020 16:29:50 +0800 Subject: [PATCH] nixops: install sshfs on rpi --- nixops/rpi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixops/rpi.nix b/nixops/rpi.nix index 3cbdda6..a562f8e 100644 --- a/nixops/rpi.nix +++ b/nixops/rpi.nix @@ -59,7 +59,7 @@ in documentation.enable = false; environment.systemPackages = with pkgs; [ - psmisc wget vim git usbutils uhubctl lm_sensors file telnet mosh tmux xc3sprog m-labs.openocd screen gdb minicom picocom + psmisc wget vim git sshfs usbutils uhubctl lm_sensors file telnet mosh tmux xc3sprog m-labs.openocd screen gdb minicom picocom ]; programs.fish.enable = true; programs.wireshark.enable = true;