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