devices.nas: export NFS

This commit is contained in:
2025-04-30 15:15:38 +08:00
parent 9a00caf580
commit 052763b90c

View File

@@ -29,6 +29,7 @@ inputs:
xray.client = { enable = true; dnsmasq.hosts."git.nas.chn.moe" = "127.0.0.1"; };
beesd = { "/" = { hashTableSizeMB = 10 * 128; threads = 4; }; "/nix" = {}; };
nix-serve = {};
nfs."/nix" = "192.168.84.3";
};
};
};