mount external ssd
This commit is contained in:
parent
ca4f1226b7
commit
e38d822ef1
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
# Host-specific packages
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
smartmontools
|
smartmontools
|
||||||
zfs
|
zfs
|
||||||
intel-gpu-tools
|
intel-gpu-tools
|
||||||
|
exfatprogs
|
||||||
];
|
];
|
||||||
|
|
||||||
# ZFS services configuration
|
# ZFS services configuration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue