From 8152817822b689d7016dbee41ee5936379427b04 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 3 Jan 2026 23:29:25 +0100 Subject: [PATCH] Heimdall: add swap file --- instances/heimdall/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instances/heimdall/hardware-configuration.nix b/instances/heimdall/hardware-configuration.nix index 0343b79..f5b1b60 100644 --- a/instances/heimdall/hardware-configuration.nix +++ b/instances/heimdall/hardware-configuration.nix @@ -45,7 +45,7 @@ }; }; - swapDevices = [ ]; + swapDevices = [{ device = "/swapfile"; size = 1024 * 8; }]; # 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