print hardware info
This commit is contained in:
parent
ff766e746a
commit
32be1d9190
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ secrets:
|
||||||
oauth: pages.sr.ht/PAGES:RW
|
oauth: pages.sr.ht/PAGES:RW
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
- hwinfo: |
|
||||||
|
nix-shell -p lshw --run "lshw -short -quiet -sanitize -c memory -c processor"
|
||||||
- fetch_tools: |
|
- fetch_tools: |
|
||||||
cd blog
|
cd blog
|
||||||
nix-shell --pure --run 'date'
|
nix-shell --pure --run 'date'
|
||||||
|
|
Loading…
Reference in a new issue