mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 21:08:08 +02:00
Set /bin/sh to dash
This commit is contained in:
parent
44b31b4483
commit
621e1673e7
@ -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. It‘s perfectly fine and recommended to leave
|
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user