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 = [