{ inputs, ... }: { imports = [ "${inputs.nixpkgs}/nixos/modules/profiles/headless.nix" ]; environment.memoryAllocator.provider = "libc"; boot.tmp.cleanOnBoot = true; zramSwap.enable = true; }