From f0e54a43b18156b2cd103a9d4af987c2fafba523 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 7 Feb 2026 07:19:03 +0100 Subject: [PATCH] remove essd mount point --- hosts/nixos/nfss/system.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/hosts/nixos/nfss/system.nix b/hosts/nixos/nfss/system.nix index 9497a23..00a1aae 100644 --- a/hosts/nixos/nfss/system.nix +++ b/hosts/nixos/nfss/system.nix @@ -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 environment.systemPackages = with pkgs; [ smartmontools @@ -151,9 +139,6 @@ services.media-server = { user = "yanlin"; deluge.enable = true; - sonarr.enable = true; - radarr.enable = true; - plex.enable = true; }; # Borg backup configuration