From bf0eb1bb86fb8e6f122b60d82e1e33d8a08e77cf Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 29 Jun 2024 22:19:22 -0400 Subject: [PATCH] fix(bbsteamie): correct the path to swapfile --- devices/bbsteamie/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/bbsteamie/hardware-configuration.nix b/devices/bbsteamie/hardware-configuration.nix index d57ab81..2c7f9e6 100644 --- a/devices/bbsteamie/hardware-configuration.nix +++ b/devices/bbsteamie/hardware-configuration.nix @@ -48,7 +48,7 @@ swapDevices = [ { - device = "/mnt/.swapfile"; + device = "/.swapfile"; size = 17179869184; # 16G } ];