From 2147ba2f2d01334d6eff94bb7fb07722127c2991 Mon Sep 17 00:00:00 2001 From: Haonan Chen Date: Fri, 2 Jan 2026 12:24:27 +0800 Subject: [PATCH] devices.srv2: remove NFS mount for NAS --- devices/srv2/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/devices/srv2/default.nix b/devices/srv2/default.nix index 9aaad51a..69780b5f 100644 --- a/devices/srv2/default.nix +++ b/devices/srv2/default.nix @@ -12,7 +12,6 @@ inputs: vfat."/dev/disk/by-partlabel/${clusterName}-${nodeName}-boot" = "/boot"; btrfs."/dev/disk/by-partlabel/${clusterName}-${nodeName}-root1" = { "/nix" = "/nix"; "/nix/rootfs/current" = "/"; }; - nfs."nas.ts.chn.moe:/" = { mountPoint = "/nix/remote/nas"; mountBeforeSwitch = false; }; }; nixpkgs.cuda.capabilities = [