devices.srv1.node0: fix nfs

This commit is contained in:
陈浩南 2024-09-16 18:26:15 +08:00
parent 40878a01b2
commit 080c64f635

View File

@ -31,7 +31,7 @@ inputs:
services.nfs.server =
{
enable = true;
exports = "/home 192.168.178.0/24(rw)";
exports = "/home 192.168.178.0/24(rw,fsid=0)";
};
networking =
{