diff --git a/configuration.nix b/configuration.nix index eea895b..41cd649 100644 --- a/configuration.nix +++ b/configuration.nix @@ -151,6 +151,9 @@ in # To disable the firewall altogether. # networking.firewall.enable = false; + # Replaces /bin/sh with dash (which is faster than bash) + environment.binsh = "${pkgs.dash}/bin/dash"; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave