Compare commits

..

2 commits

Author SHA1 Message Date
RingOfStorms (Joshua Bell)
34e37861a7 Merge branch 'master' of ssh://git.joshuabell.xyz:3032/ringofstorms/dotfiles 2025-12-28 17:52:49 -06:00
RingOfStorms (Joshua Bell)
06f5092a21 fix mount for nfs 2025-12-28 17:52:48 -06:00

View file

@ -3,7 +3,7 @@
services.nfs.server = { services.nfs.server = {
enable = true; enable = true;
exports = '' exports = ''
/mnt/storage 100.64.0.0/10(rw,sync,no_subtree_check,fsid=0,crossmnt) /data 100.64.0.0/10(rw,sync,no_subtree_check,fsid=0,crossmnt)
''; '';
}; };