Add swapfile to Thor

This commit is contained in:
Filippo Berto 2023-01-07 17:42:46 +01:00
parent cab7215b41
commit acaa06d11a
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -53,7 +53,9 @@
];
};
swapDevices =
[{ device = "/dev/disk/by-uuid/dee188e4-4ff8-417c-9419-b7f00ecb9989"; }];
swapDevices = [
{ device = "/dev/disk/by-uuid/dee188e4-4ff8-417c-9419-b7f00ecb9989"; }
{ device = "/swapfile"; size = 1024 * 32; }
];
}