From 7c6f0d5678353150edaf65c979f6dd28890efde0 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 10 Mar 2025 13:48:25 +0100 Subject: [PATCH] ServeNix: Disable old NFS mount --- ServeNix/hardware-configuration.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ServeNix/hardware-configuration.nix b/ServeNix/hardware-configuration.nix index 05dbb95..8d17b1a 100644 --- a/ServeNix/hardware-configuration.nix +++ b/ServeNix/hardware-configuration.nix @@ -47,11 +47,6 @@ fsType = "nfs"; }; - "/media/TV-Usenet" = { - device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Usenet"; - fsType = "nfs"; - }; - "/media/TV-Music" = { device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Music"; fsType = "nfs"; @@ -73,11 +68,6 @@ device = "192.168.86.20:/mnt/WD Blue Stripe 2T/Clips"; fsType = "nfs"; }; - - "/media/Stash-Usenet" = { - device = "192.168.86.20:/mnt/WD Blue Stripe 2T/Usenet"; - fsType = "nfs"; - }; }; swapDevices = [];