.files/nix/configurations/hydrogen/nixos/misc.nix
2025-11-02 11:57:53 +08:00

10 lines
129 B
Nix

{
system.stateVersion = "25.05";
swapDevices = [
{
device = "/var/swapfile";
size = 1024; # MB
}
];
}