diff --git a/devices/srv2/default.nix b/devices/srv2/default.nix index f6a1c73b..9aaad51a 100644 --- a/devices/srv2/default.nix +++ b/devices/srv2/default.nix @@ -12,7 +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; }; + nfs."nas.ts.chn.moe:/" = { mountPoint = "/nix/remote/nas"; mountBeforeSwitch = false; }; }; nixpkgs.cuda.capabilities = [