remove essd mount point

This commit is contained in:
Yan Lin 2026-02-07 07:19:03 +01:00
parent 84319c25fb
commit f0e54a43b1

View file

@ -87,18 +87,6 @@
]; ];
}; };
# USB SSD mount
fileSystems."/mnt/essd" = {
device = "/dev/disk/by-id/usb-NVME_USB_3.2_0123456789ABC-0:0-part2";
fsType = "ext4";
options = [ "nofail" "x-systemd.device-timeout=5s" ];
};
# Set ownership of mount point
systemd.tmpfiles.rules = [
"d /mnt/essd 0755 yanlin users -"
];
# Host-specific packages # Host-specific packages
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
smartmontools smartmontools
@ -151,9 +139,6 @@
services.media-server = { services.media-server = {
user = "yanlin"; user = "yanlin";
deluge.enable = true; deluge.enable = true;
sonarr.enable = true;
radarr.enable = true;
plex.enable = true;
}; };
# Borg backup configuration # Borg backup configuration