From c50e53a322cb8fed5ccc3816943a5974c77cf0e1 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 17 Jun 2026 19:41:06 +0200 Subject: [PATCH] Remove deprecated NFS mounts --- system/nixinator/hardware-configuration.nix | 6 ------ system/servenix/hardware-configuration.nix | 6 ------ 2 files changed, 12 deletions(-) diff --git a/system/nixinator/hardware-configuration.nix b/system/nixinator/hardware-configuration.nix index 07c8f74e..aeb4868b 100644 --- a/system/nixinator/hardware-configuration.nix +++ b/system/nixinator/hardware-configuration.nix @@ -121,12 +121,6 @@ fsType = "nfs"; options = ["defaults" "rw" "noatime" "_netdev" "bg" "hard"]; }; - - "/media/Box" = { - device = "192.168.86.20:/mnt/Seagate4TB/Box"; - fsType = "nfs"; - options = ["defaults" "rw" "relatime" "_netdev" "bg" "hard"]; - }; }; swapDevices = [ diff --git a/system/servenix/hardware-configuration.nix b/system/servenix/hardware-configuration.nix index 1a17583c..5411a2ec 100644 --- a/system/servenix/hardware-configuration.nix +++ b/system/servenix/hardware-configuration.nix @@ -69,12 +69,6 @@ fsType = "nfs"; options = ["defaults" "rw" "relatime" "_netdev" "bg" "hard"]; }; - - "/media/Box" = { - device = "192.168.86.20:/mnt/Seagate4TB/Box"; - fsType = "nfs"; - options = ["defaults" "rw" "relatime" "_netdev" "bg" "hard"]; - }; }; swapDevices = [