Add swapfile
This commit is contained in:
parent
54f30c0120
commit
8622e9d4f3
@ -36,6 +36,11 @@
|
||||
device = "backedpool/services";
|
||||
fsType = "zfs";
|
||||
};
|
||||
swapDevices = [{
|
||||
device = "/swapfile";
|
||||
size = 1024 * 64;
|
||||
}];
|
||||
|
||||
boot = {
|
||||
initrd.luks.devices = {
|
||||
root = {
|
||||
|
Loading…
Reference in New Issue
Block a user