diff --git a/common/default.nix b/common/default.nix index 364b3ac..a98d7cf 100644 --- a/common/default.nix +++ b/common/default.nix @@ -14,8 +14,8 @@ openssl git podman-tui - zsh ]; + programs.zsh.enable = true; security.sudo.wheelNeedsPassword = false; networking.firewall.enable = false; services.openssh.enable = true;