From 6eae420d2137dbb3fd635d8281b5a0af505830f8 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 8 Jul 2025 17:42:11 +0200 Subject: [PATCH] Remove obsolete nfs mounts --- ServeNix/hardware-configuration.nix | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/ServeNix/hardware-configuration.nix b/ServeNix/hardware-configuration.nix index 8d17b1a..c73c191 100644 --- a/ServeNix/hardware-configuration.nix +++ b/ServeNix/hardware-configuration.nix @@ -51,23 +51,6 @@ device = "192.168.86.20:/mnt/SG Exos Mirror 18TB/Music"; fsType = "nfs"; }; - - # WD Blue Stripe Shares - - "/media/Stash-Video" = { - device = "192.168.86.20:/mnt/WD Blue Stripe 2T/Video"; - fsType = "nfs"; - }; - - "/media/Stash-Picture" = { - device = "192.168.86.20:/mnt/WD Blue Stripe 2T/Picture"; - fsType = "nfs"; - }; - - "/media/Stash-Clips" = { - device = "192.168.86.20:/mnt/WD Blue Stripe 2T/Clips"; - fsType = "nfs"; - }; }; swapDevices = [];