sharing backups mount
This commit is contained in:
@@ -118,11 +118,6 @@
|
||||
options = [ "bind" ];
|
||||
depends = [ "/srv/pool" ];
|
||||
};
|
||||
"/srv/pool/glue/nvme" = {
|
||||
device = "/home/jawz/Backups/glue";
|
||||
options = [ "bind" ];
|
||||
depends = [ "/srv/pool" ];
|
||||
};
|
||||
"/srv/jellyfin/media" = {
|
||||
device = "/srv/pool/multimedia/media";
|
||||
options = [
|
||||
@@ -141,6 +136,11 @@
|
||||
options = [ "bind" ];
|
||||
depends = [ "/srv/pool" ];
|
||||
};
|
||||
"/export/backups" = {
|
||||
device = "/srv/backups";
|
||||
options = [ "bind" ];
|
||||
depends = [ "/srv/pool" ];
|
||||
};
|
||||
};
|
||||
services.nfs.server = {
|
||||
enable = true;
|
||||
@@ -151,6 +151,8 @@
|
||||
miniserver(rw,nohide,insecure,no_subtree_check)
|
||||
/export/pool workstation(rw,nohide,insecure,no_subtree_check)
|
||||
miniserver(rw,nohide,insecure,no_subtree_check)
|
||||
/export/backups workstation(rw,nohide,insecure,no_subtree_check)
|
||||
miniserver(rw,nohide,insecure,no_subtree_check)
|
||||
'';
|
||||
};
|
||||
swapDevices = [
|
||||
|
||||
Reference in New Issue
Block a user