diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-05 00:30:53 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-05 00:30:53 +0200 |
commit | a6a101a19f91bb0c6db8fd7862c466fe37c005f5 (patch) | |
tree | d15eb28c2545fb343351e88d43400a04726b0650 /hosts | |
parent | Add another wifi network (diff) | |
download | nixos-config-a6a101a19f91bb0c6db8fd7862c466fe37c005f5.tar.gz nixos-config-a6a101a19f91bb0c6db8fd7862c466fe37c005f5.tar.bz2 nixos-config-a6a101a19f91bb0c6db8fd7862c466fe37c005f5.zip |
Set bash as the default /bin/sh
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/configuration.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index bc63371..57f8b6f 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -86,7 +86,6 @@ # $ nix search wget environment.systemPackages = with pkgs; [ (uutils-coreutils.override { prefix = ""; }) - dash lm_sensors pulseaudio # used for tools python @@ -109,8 +108,6 @@ environment.defaultPackages = [ ]; - environment.binsh = "${pkgs.dash}/bin/dash"; - # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; |