added swapfile
This commit is contained in:
@@ -3,5 +3,11 @@
|
||||
networking = {
|
||||
hostName = "server02";
|
||||
};
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/swapfile";
|
||||
size = 16 * 1024;
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user