staging: add fsid to nfs share

This commit is contained in:
oxapentane - 2022-06-08 15:21:13 +02:00
parent 08ef23660a
commit 598c94d284
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C

View File

@ -86,7 +86,7 @@
services.nfs.server = {
enable = true;
exports = ''
/var/lib/oopsie 10.13.37.0/24(rw,insecure)
/var/lib/oopsie 10.13.37.0/24(rw,insecure,fsid=root)
'';
};