From 7fcb1b18921eea586418528df59a7d0f82acab92 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Wed, 9 Oct 2024 17:37:06 -0300 Subject: [PATCH] rainbow: add swap --- hosts/double-rainbow.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/double-rainbow.nix b/hosts/double-rainbow.nix index e33b612..4c8636a 100644 --- a/hosts/double-rainbow.nix +++ b/hosts/double-rainbow.nix @@ -44,7 +44,7 @@ in fsType = "vfat"; }; - swapDevices = [ ]; + swapDevices = [ { device = "/swapfile"; } ]; services.udev.extraRules = '' # Force all disks to use mq-deadline scheduler