aboutsummaryrefslogtreecommitdiff
path: root/nix/users
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-07-13 20:16:55 -0700
committerFranck Cuny <franck@fcuny.net>2025-07-13 20:16:55 -0700
commit70918c07c68f52c8430c2c2c1289901914e5214f (patch)
tree2784e38d1164920aa54f66f8079b2afefb477323 /nix/users
parentensure binaries are called with the correct package (diff)
downloadinfra-70918c07c68f52c8430c2c2c1289901914e5214f.tar.gz
enable starship's module hostname only for ssh
Diffstat (limited to 'nix/users')
-rw-r--r--nix/users/fcuny/shell.nix2
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;