mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 16:16:21 +01:00
20 lines
456 B
Markdown
20 lines
456 B
Markdown
# system information
|
|
|
|
```
|
|
$ nix-info -m
|
|
- system: `"x86_64-linux"`
|
|
- host os: `Linux 6.12.49, NixOS, 25.11 (Xantusia), 25.11.20250928.e9f00bd`
|
|
- multi-user?: `yes`
|
|
- sandbox: `yes`
|
|
- version: `nix-env (Nix) 2.28.5`
|
|
```
|
|
|
|
# lspci output
|
|
```
|
|
$ lspci
|
|
|
|
01:00.0 VGA compatible controller: NVIDIA Corporation GB206M [GeForce RTX 5060 Max-Q / Mobile] (rev a1)
|
|
|
|
06:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] HawkPoint1 (rev b5)
|
|
```
|