mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-03-22 07:29:31 +01:00
6 lines
127 B
Text
6 lines
127 B
Text
|
|
#!/usr/bin/env sh
|
||
|
|
# Open encrypted swap manually
|
||
|
|
|
||
|
|
/usr/bin/cryptsetup open /dev/nvme0n1p2 cryptswap
|
||
|
|
/usr/sbin/swapon /dev/dm-1
|