devices.srv2: fix nfs mount

This commit is contained in:
2025-12-31 17:31:19 +08:00
parent 3ab4ecb5d2
commit 94670e9cbe

View File

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