about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-05 00:30:53 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-05 00:30:53 +0200
commita6a101a19f91bb0c6db8fd7862c466fe37c005f5 (patch)
treed15eb28c2545fb343351e88d43400a04726b0650 /hosts
parentAdd another wifi network (diff)
downloadnixos-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.nix3
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;