From a2b4d5ae2f62bd0776e5d3fe62be935e57fb4d44 Mon Sep 17 00:00:00 2001 From: Alex Stan Date: Mon, 11 Dec 2023 19:55:48 +0200 Subject: [PATCH] I made a 64G swap file when I had 56G of free space :skull: Signed-off-by: Alex Stan --- hosts/titan/hardware/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/titan/hardware/hardware-configuration.nix b/hosts/titan/hardware/hardware-configuration.nix index 24c1687..500a21e 100644 --- a/hosts/titan/hardware/hardware-configuration.nix +++ b/hosts/titan/hardware/hardware-configuration.nix @@ -23,10 +23,10 @@ fsType = "vfat"; }; - swapDevices = [ { + swapDevices = [ /* { device = "/var/lib/swapfile"; size = 64 * 1024; - } ]; + } */]; # 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