diff --git a/hosts/by-name/servo/services/export/nfs.nix b/hosts/by-name/servo/services/export/nfs.nix index 2591b14b..ab9b61f0 100644 --- a/hosts/by-name/servo/services/export/nfs.nix +++ b/hosts/by-name/servo/services/export/nfs.nix @@ -15,6 +15,7 @@ # - could maybe be done with some mount option? { config, lib, ... }: +lib.mkIf false #< TODO: remove nfs altogether! it's not exactly the most secure { services.nfs.server.enable = true;