Add sarek and related NFS shares
This commit is contained in:
@@ -39,4 +39,19 @@
|
||||
|
||||
# Network mounts (export)
|
||||
|
||||
fileSystems = {
|
||||
"/export/defiant-backup" = {
|
||||
device = "/tank/backup/defiant";
|
||||
options = [ "bind" ];
|
||||
};
|
||||
};
|
||||
|
||||
services.nfs = {
|
||||
enable = true;
|
||||
exports = ''
|
||||
/export 192.168.10.181(rw,fsid=0,insecure,no_subtree_check,async,no_root_squash)
|
||||
/export/defiant-backup 192.168.10.181(rw,nohide,insecure,no_subtree_check,async,no_root_squash)
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user