diff options
| -rw-r--r-- | nix/users/fcuny/shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix index 994570b..269c617 100644 --- a/nix/users/fcuny/shell.nix +++ b/nix/users/fcuny/shell.nix @@ -131,7 +131,7 @@ in }; "$schema" = "https://starship.rs/config-schema.json"; hostname = { - disabled = true; + ssh_only = true; }; username = { disabled = true; |
