diff --git a/configuration/vm.nix b/configuration/vm.nix index 8e4c994..529fe9d 100755 --- a/configuration/vm.nix +++ b/configuration/vm.nix @@ -27,6 +27,9 @@ # Passwordless sudo security.sudo.wheelNeedsPassword = false; + # Enable all terminfo (for ghostty) + environment.enableAllTerminfo = true; + # Enable SSH server services.openssh.enable = true;