add remote filesystem tools

This commit is contained in:
Cyryl Płotnicki 2023-01-11 08:52:44 +00:00
parent 6d1a51fead
commit 32db0e9ada

View file

@ -17,6 +17,7 @@ in {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
ccache ccache
curl curl
davfs2
dnsutils dnsutils
fd fd
git git
@ -25,6 +26,7 @@ in {
htop htop
pciutils pciutils
powertop powertop
sshfs
tmux tmux
usbutils usbutils
wget wget
@ -37,6 +39,7 @@ in {
isNormalUser = true; isNormalUser = true;
extraGroups = [ extraGroups = [
"adbusers" "adbusers"
"davfs2"
"dialout" "dialout"
"docker" "docker"
"libvirtd" "libvirtd"