Compare commits

...

2 Commits

Author SHA1 Message Date
1f73e1ff9d chore: add ssd alias 2025-11-19 15:20:46 +09:00
74501adfca fix: ssd 2025-11-19 15:19:43 +09:00
2 changed files with 2 additions and 1 deletions

View File

@@ -61,7 +61,7 @@
# }; # };
fileSystems."/mnt/ssd1" = { fileSystems."/mnt/ssd1" = {
device = "UUID=4e1710bb-2cc9-41c3-909c-34f24bd1f63e"; device = "/dev/disk/by-uuid/4e1710bb-2cc9-41c3-909c-34f24bd1f63e";
fsType = "btrfs"; fsType = "btrfs";
options = [ "defaults" "ssd" "noatime" "noauto" ]; options = [ "defaults" "ssd" "noatime" "noauto" ];
}; };

View File

@@ -17,5 +17,6 @@ alias clc = cloc . --exclude-dir=target,node_modules,.venv --exclude-ext=yml,yam
alias lg = lazygit alias lg = lazygit
alias zxcv = shutdown now alias zxcv = shutdown now
alias qwer = reboot alias qwer = reboot
alias ssd = cd /mnt/ssd1
source ~/.config/nushell/nu/kube.nu source ~/.config/nushell/nu/kube.nu