From 4bc55d71b43ac51738f390c6b12e36f5d33fd7e6 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Thu, 23 Jan 2025 19:05:13 +0100 Subject: [PATCH] perso-desktop: Reduce swap size --- hosts/perso-desktop/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/perso-desktop/hardware-configuration.nix b/hosts/perso-desktop/hardware-configuration.nix index 10f1841..017c436 100644 --- a/hosts/perso-desktop/hardware-configuration.nix +++ b/hosts/perso-desktop/hardware-configuration.nix @@ -25,7 +25,7 @@ }; swapDevices = - [ { device = "/var/lib/swapfile"; size = 32*1024; } + [ { device = "/var/lib/swapfile"; size = 8*1024; } ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking