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
|
||||
|
||||
tasks:
|
||||
- hwinfo: |
|
||||
nix-shell -p lshw --run "lshw -short -quiet -sanitize -c memory -c processor"
|
||||
- fetch_tools: |
|
||||
cd blog
|
||||
nix-shell --pure --run 'date'
|
||||
|
|
Loading…
Reference in a new issue