forked from M-Labs/it-infra
nixops: install sshfs
This commit is contained in:
parent
91d1e91d4f
commit
9de37e4f53
|
@ -25,7 +25,7 @@ in
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
opensc yubikey-manager yubikey-manager-qt
|
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
|
usbutils pciutils uhubctl file lm_sensors audacious acpi
|
||||||
gimp imagemagick
|
gimp imagemagick
|
||||||
(python3.withPackages(ps: with ps; [ numpy scipy matplotlib qtconsole regex ]))
|
(python3.withPackages(ps: with ps; [ numpy scipy matplotlib qtconsole regex ]))
|
||||||
|
|
Loading…
Reference in New Issue