From 588e82a18e776b251e25b272ed73456b1d5e8162 Mon Sep 17 00:00:00 2001 From: chn Date: Sat, 15 Nov 2025 19:43:32 +0800 Subject: [PATCH] devices.srv2: mount nas fs --- devices/srv2/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/srv2/default.nix b/devices/srv2/default.nix index db51e6ea..bdf7de9e 100644 --- a/devices/srv2/default.nix +++ b/devices/srv2/default.nix @@ -12,6 +12,7 @@ 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"; neededForBoot = false; }; }; nixpkgs.cuda.capabilities = [