removed btrfs nfs

This commit is contained in:
Danilo Reyes 2024-08-24 21:30:50 -06:00
parent 634d5728d6
commit 57b15a4df4

View File

@ -130,11 +130,6 @@
options = [ "bind" ];
depends = [ "/mnt/pool" ];
};
"/export/btrfs" = {
device = "/mnt/btrfs";
options = [ "bind" ];
depends = [ "/mnt/pool" ];
};
};
services.nfs = {
server = {
@ -143,7 +138,6 @@
/export workstation(rw,fsid=0,no_subtree_check)
/export/jawz workstation(rw,nohide,insecure,no_subtree_check)
/export/pool workstation(rw,nohide,insecure,no_subtree_check)
/export/btrfs workstation(rw,nohide,insecure,no_subtree_check)
'';
};
};