diff --git a/hosts/nixos/nfss/system.nix b/hosts/nixos/nfss/system.nix index 89de35b..e525687 100644 --- a/hosts/nixos/nfss/system.nix +++ b/hosts/nixos/nfss/system.nix @@ -41,9 +41,6 @@ "zfs.zfs_arc_min=2147483648" # 2GB min ARC size ]; - # Kernel tuning for MongoDB - boot.kernel.sysctl."vm.max_map_count" = 262144; - # Network configuration networking = { hostName = "nfss";