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