diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 19:54:43 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-04 19:54:43 +0200 |
commit | 1d3b455a805cdf06716e8b88999e4adfec17a8df (patch) | |
tree | ebb590bb9d8d72cc82815ce6bb9f765ce4e4d372 | |
parent | 20baa66fb5dcaa08fcbcbc1c8cc0cf7f3a0be3ae (diff) | |
download | nixos-1d3b455a805cdf06716e8b88999e4adfec17a8df.tar nixos-1d3b455a805cdf06716e8b88999e4adfec17a8df.tar.gz nixos-1d3b455a805cdf06716e8b88999e4adfec17a8df.tar.bz2 nixos-1d3b455a805cdf06716e8b88999e4adfec17a8df.tar.xz nixos-1d3b455a805cdf06716e8b88999e4adfec17a8df.zip |
system wide sshfs
-rw-r--r-- | vali.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ rec { | |||
55 | tmux | 55 | tmux |
56 | mosh | 56 | mosh |
57 | ntfs3g | 57 | ntfs3g |
58 | sshfs | ||
58 | ]; | 59 | ]; |
59 | 60 | ||
60 | # List services that you want to enable: | 61 | # List services that you want to enable: |