From c94aa7811337bc7516e299b10b8441219e80a035 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 28 Feb 2024 17:51:27 -0500 Subject: [PATCH] ncdu --- atauno/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/atauno/configuration.nix b/atauno/configuration.nix index 2bba58f..621c2e9 100644 --- a/atauno/configuration.nix +++ b/atauno/configuration.nix @@ -35,6 +35,7 @@ extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. packages = with pkgs; [ git ]; }; + # Used for samba matson = { isNormalUser = true; extraGroups = [ ]; @@ -45,6 +46,7 @@ # $ nix search wget environment.systemPackages = with pkgs; [ magic-wormhole + ncdu nfs-utils vim wireguard-tools