{ config, inputs, ... }: { imports = [ ./hardware.nix ../../modules/server ]; swapDevices = [ { device = "/swapfile"; size = 4 * 1024; # Size in megabytes (4 GB) } ]; }