Small changes to NFS and Pinebook
This commit is contained in:
parent
9a227d4397
commit
be2d200bfb
2 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,9 @@
|
|||
{
|
||||
# NFS server
|
||||
services.nfs.server = let
|
||||
ips = import ../modules/ips.nix;
|
||||
in {
|
||||
services.nfs.server = {
|
||||
enable = true;
|
||||
exports = ''
|
||||
/export/JimboNFS ${ips.localSpan}.0/24(rw,no_subtree_check)
|
||||
/export/JimboNFS 0.0.0.0(rw,no_subtree_check)
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue