Set /bin/sh to dash

This commit is contained in:
Username404-59 2026-06-30 18:44:37 +02:00
parent 44b31b4483
commit 621e1673e7
Signed by: Username404-59
GPG Key ID: F3A1878B14F5F0D7

View File

@ -151,6 +151,9 @@ in
# To disable the firewall altogether. # To disable the firewall altogether.
# networking.firewall.enable = false; # 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 # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave # on your system were taken. Its perfectly fine and recommended to leave