From ee1577045a52080a5498a6ce55f1b64540d0ed59 Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Fri, 1 Aug 2025 01:53:40 -0400 Subject: [PATCH] add swap to Drone config --- hosts/Drone/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/Drone/default.nix b/hosts/Drone/default.nix index 4e451c5..d915aff 100644 --- a/hosts/Drone/default.nix +++ b/hosts/Drone/default.nix @@ -10,6 +10,11 @@ ../../modules/nixos/bash.nix ]; + swapDevices = [{ + device = "/swap/swapfile"; + size = 8*1024; + }]; + networking.hostName = "${hostName}"; environment.defaultPackages = lib.mkForce [];