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 = [];