From 36a7ff5a0981b0508c0b0647e85ab04b2f3dfbd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 20 Jun 2022 09:33:53 +0200 Subject: nixos/modules/generic: add some more tools --- nixos/modules/generic.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'nixos/modules/generic.nix') diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index d02cbba..67a80f8 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -29,9 +29,12 @@ with lib; environment.systemPackages = with pkgs; [ git # We need git for this repository to even work # Administration tools - coreutils moreutils psmisc progress lshw + coreutils moreutils psmisc progress lshw file dig gnumake + exfat exfatprogs + nix-index + usbutils # NCurses tools htop iotop glances @@ -46,7 +49,7 @@ with lib; strace sourceHighlight # Colors for less - unrar p7zip zip + unrar p7zip zip unzip # Vim plugins (used for root account) vimPlugins.vim-nix @@ -70,7 +73,7 @@ with lib; }; cynerd = { group = "cynerd"; - extraGroups = ["users" "wheel" "dialout"]; + extraGroups = ["users" "wheel" "dialout" "kvm" "uucp"]; uid = 1000; subUidRanges = [{ count = 65534; startUid = 10000; }]; subGidRanges = [{ count = 65534; startGid = 10000; }]; -- cgit v1.2.3