mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-04 01:00:22 -04:00
add: nfs config
This commit is contained in:
parent
2975de79e2
commit
45a1becdb2
3 changed files with 33 additions and 20 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
# Define your exports
|
||||
exports = ''
|
||||
/nas 192.168.2.101(rw,sync,no_root_squash,no_subtree_check)
|
||||
/nas 192.168.2.101(rw,sync,no_root_squash,no_subtree_check) 100.0.0.0/8(rw,sync,no_root_squash,no_subtree_check)
|
||||
'';
|
||||
|
||||
# Enable NFSv4 (recommended)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue