From 644808d12de6b2b30341e6d88b27481c27177092 Mon Sep 17 00:00:00 2001 From: Alex Stan Date: Mon, 11 Dec 2023 20:06:18 +0200 Subject: [PATCH] FIVE HUNDRED GIGS OF SWAP Signed-off-by: Alex Stan --- hosts/titan/hardware/hardware-configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/titan/hardware/hardware-configuration.nix b/hosts/titan/hardware/hardware-configuration.nix index 500a21e..424b663 100644 --- a/hosts/titan/hardware/hardware-configuration.nix +++ b/hosts/titan/hardware/hardware-configuration.nix @@ -26,7 +26,11 @@ swapDevices = [ /* { device = "/var/lib/swapfile"; size = 64 * 1024; - } */]; + } */ + { + device = "/dev/sda2"; + } + ]; # 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