Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit 18b92a7

Browse files
Merge branch 'main' into update
2 parents cb92afb + 6533ca6 commit 18b92a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

home/hosts/msix.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@
5959
programs.fish.interactiveShellInit = ''
6060
function md
6161
read -P "[luks] password for btank: " -s LUKS_PASSWORD
62-
6362
echo "$LUKS_PASSWORD" | sudo cryptsetup luksOpen /dev/disk/by-uuid/5e05e286-205a-4063-9fa1-ac384bed4e9c luks_btank-data0
6463
and echo "$LUKS_PASSWORD" | sudo cryptsetup luksOpen /dev/disk/by-uuid/136e9203-0172-464e-a795-9f5ed11c96fa luks_btank-cache0
65-
6664
set -e LUKS_PASSWORD
6765
66+
echo 5000 | sudo tee /sys/fs/bcache/*/congested_read_threshold_us > /dev/null
67+
6868
sudo mount /mnt/data
6969
end
7070
'';

0 commit comments

Comments
 (0)