From eee0cdfc6086f0915ed7aae8f2e7399f10f25f53 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Sat, 17 Feb 2024 23:14:25 +0800 Subject: [PATCH] blacksteel: enable swap --- hosts/blacksteel/hardware-configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/blacksteel/hardware-configuration.nix b/hosts/blacksteel/hardware-configuration.nix index 3972d7c..6e43adf 100644 --- a/hosts/blacksteel/hardware-configuration.nix +++ b/hosts/blacksteel/hardware-configuration.nix @@ -43,6 +43,7 @@ fsType = "vfat"; }; }; - - swapDevices = []; + swapDevices = [ + {device = "/dev/disk/by-uuid/8a2e90a9-5cc2-40fc-82fe-69ef3cd88e29";} + ]; }