mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
status-on-console: remove extra stats
This commit is contained in:
parent
80de43e87e
commit
4532b95ecc
1 changed files with 0 additions and 5 deletions
|
@ -11,15 +11,10 @@ let
|
|||
info "Host" model
|
||||
info "Kernel" kernel
|
||||
info "Uptime" uptime
|
||||
info "Packages" packages
|
||||
info "Shell" shell
|
||||
info "Resolution" resolution
|
||||
info "CPU" cpu
|
||||
info "Memory" memory
|
||||
info "Disk" disk
|
||||
info "Local IP" local_ip
|
||||
# info "Public IP" public_ip
|
||||
info "Users" users
|
||||
|
||||
info cols
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue