added swapfile

This commit is contained in:
2026-07-30 13:07:54 +01:00
parent a89c177165
commit a1030b3417

View File

@@ -3,5 +3,11 @@
networking = {
hostName = "server02";
};
swapDevices = [
{
device = "/swapfile";
size = 16 * 1024;
}
];
};
}