nixos-config/hosts/phantom/hardware-config.nix
2024-03-28 23:02:31 -03:00

8 lines
122 B
Nix

{ config, pkgs, inputs, ... }: {
swapDevices = [{
device = "/swap/swapfile";
size = (1024 * 2); # 2 GB
}];
}