From 32db0e9adac95fe63e3b299f31d3dfd37caaf6ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Wed, 11 Jan 2023 08:52:44 +0000 Subject: [PATCH] add remote filesystem tools --- nixos/common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/common.nix b/nixos/common.nix index cdcb1e79..b8e6b9a4 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -17,6 +17,7 @@ in { environment.systemPackages = with pkgs; [ ccache curl + davfs2 dnsutils fd git @@ -25,6 +26,7 @@ in { htop pciutils powertop + sshfs tmux usbutils wget @@ -37,6 +39,7 @@ in { isNormalUser = true; extraGroups = [ "adbusers" + "davfs2" "dialout" "docker" "libvirtd"