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"