adding h002 back in
This commit is contained in:
parent
ea9340a612
commit
acfec76a79
11 changed files with 1014 additions and 131 deletions
|
|
@ -47,6 +47,10 @@
|
|||
fastfetch
|
||||
fzf
|
||||
|
||||
dmidecode # motherboard info
|
||||
lshw # hardware info
|
||||
sysbench # testing tools
|
||||
|
||||
# bcachefs
|
||||
# Required as a workaround for bug
|
||||
# https://github.com/NixOS/nixpkgs/issues/32279
|
||||
|
|
|
|||
|
|
@ -25,11 +25,14 @@ parted /dev/$DEVICE -- mkpart PRIMARY 2GB 100%
|
|||
|
||||
```sh
|
||||
BOOT=sda1
|
||||
mkfs.fat -F 32 -n BOOT /dev/$BOOT
|
||||
PRIMARY=sda2
|
||||
SWAP=sda3
|
||||
|
||||
mkfs.fat -F 32 -n BOOT /dev/$BOOT
|
||||
|
||||
bcachefs format --label=nixos --encrypted /dev/$PRIMARY
|
||||
bcachefs unlock /dev/$PRIMARY
|
||||
SWAP=sda3
|
||||
|
||||
mkswap /dev/$SWAP
|
||||
swapon /dev/$SWAP
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue