add remote filesystem tools
This commit is contained in:
parent
6d1a51fead
commit
32db0e9ada
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue