commit a9168ae0d5e4099d828e6f8b937c517b265f3697 parent ef3e2ec68fbdf05ae9a8e4ccd1efaa91a031e22b Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 9 Aug 2023 14:25:47 +0200 Fix zsh Diffstat:
| M | nixos/worker-1/configuration.nix | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -114,7 +114,8 @@ zsh ]; - # Ensure /etc/shells is setups + # Ensure /etc/shells is setup for zsh + programs.zsh.enable = true; environment.shells = with pkgs; [ zsh ]; boot.loader = {