From 35020994d732f58eacba579238c88cc8691d05b0 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sat, 21 Dec 2024 17:06:36 +0100 Subject: [PATCH] Remove bad swapipness config --- hosts/fuhen/hardware-configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/fuhen/hardware-configuration.nix b/hosts/fuhen/hardware-configuration.nix index 2596f79..9a42e47 100644 --- a/hosts/fuhen/hardware-configuration.nix +++ b/hosts/fuhen/hardware-configuration.nix @@ -42,8 +42,6 @@ size = 64 * 1024; } ]; - # use swap only when strictly needed - boot.kernel.sysctl = { "vm.swappiness" = 0; }; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking # (the default) this is the recommended approach. When using systemd-networkd it's