Baldur: add 4G swap file
This commit is contained in:
parent
91e4ede38a
commit
208dfa173e
1 changed files with 3 additions and 1 deletions
|
|
@ -18,5 +18,7 @@
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [
|
||||||
|
{ device = "/swapfile"; size = 1024 * 4; }
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue