Revert "devices.pc: add nfs mount for nas"

This reverts commit d2836a9955.
This commit is contained in:
2025-11-17 20:18:19 +08:00
parent 9a9bae7bb3
commit 0fb18bfc68

View File

@@ -13,7 +13,6 @@ inputs:
{
vfat."/dev/disk/by-partlabel/pc-boot" = "/boot";
btrfs."/dev/mapper/root1" = { "/nix" = "/nix"; "/nix/rootfs/current" = "/"; };
nfs."nas.ts.chn.moe:/" = { mountPoint = "/nix/remote/nas"; neededForBoot = false; };
};
luks.auto."/dev/disk/by-partlabel/pc-root1" = { mapper = "root1"; ssd = true; };
swap = [ "/nix/swap/swap" ];