diff --git a/hosts/architect/hardware.nix b/hosts/architect/hardware.nix index be5ffa2..d3fa051 100644 --- a/hosts/architect/hardware.nix +++ b/hosts/architect/hardware.nix @@ -36,6 +36,11 @@ device = "backedpool/services"; fsType = "zfs"; }; + swapDevices = [{ + device = "/swapfile"; + size = 1024 * 64; + }]; + boot = { initrd.luks.devices = { root = {