mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
10 lines
129 B
Nix
10 lines
129 B
Nix
{
|
|
system.stateVersion = "25.05";
|
|
|
|
swapDevices = [
|
|
{
|
|
device = "/var/swapfile";
|
|
size = 1024; # MB
|
|
}
|
|
];
|
|
}
|