From 57b15a4df48341541700b076b65a67c3267410c2 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 24 Aug 2024 21:30:50 -0600 Subject: [PATCH] removed btrfs nfs --- hosts/server/hardware-configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/server/hardware-configuration.nix b/hosts/server/hardware-configuration.nix index b170173..95e66f4 100644 --- a/hosts/server/hardware-configuration.nix +++ b/hosts/server/hardware-configuration.nix @@ -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) ''; }; };