From 15cdd42845f418065ea755ac1b853e3ff791c196 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 8 Feb 2021 23:20:31 +0100 Subject: [PATCH] Remove global swapiness All machines should either import or if they have swap. --- modules/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/default.nix b/modules/default.nix index df8a5ba..82fa27f 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -81,9 +81,6 @@ in # command-not-found does not work without channels programs.command-not-found.enable = false; - # Sane swapping - boot.kernel.sysctl."vm.swapiness" = 10; - # Hard drive monitoring services.smartd.enable = lib.mkDefault true; # Network monitoring