fix(bbsteamie): correct the path to swapfile
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-06-29 22:19:22 -04:00
parent 045eb7bb00
commit bf0eb1bb86

View file

@ -48,7 +48,7 @@
swapDevices = [
{
device = "/mnt/.swapfile";
device = "/.swapfile";
size = 17179869184; # 16G
}
];