mount external ssd

This commit is contained in:
Yan Lin 2026-02-04 20:47:53 +01:00
parent ca4f1226b7
commit e38d822ef1

View file

@ -87,11 +87,19 @@
];
};
# USB SSD mount
fileSystems."/mnt/essd" = {
device = "/dev/disk/by-id/usb-NVME_USB_3.2_0123456789ABC-0:0-part2";
fsType = "exfat";
options = [ "nofail" "x-systemd.device-timeout=5s" ];
};
# Host-specific packages
environment.systemPackages = with pkgs; [
smartmontools
zfs
intel-gpu-tools
exfatprogs
];
# ZFS services configuration