nixops: install sshfs

pull/8/head
Sebastien Bourdeauducq 2020-09-17 18:14:55 +08:00
parent 91d1e91d4f
commit 9de37e4f53
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ in
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
opensc yubikey-manager yubikey-manager-qt
wget vim gitAndTools.gitFull firefox chromium thunderbird hexchat
wget vim gitAndTools.gitFull sshfs firefox chromium thunderbird hexchat
usbutils pciutils uhubctl file lm_sensors audacious acpi
gimp imagemagick
(python3.withPackages(ps: with ps; [ numpy scipy matplotlib qtconsole regex ]))