fix(bbsteamie): correct the path to swapfile
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
045eb7bb00
commit
bf0eb1bb86
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{
|
{
|
||||||
device = "/mnt/.swapfile";
|
device = "/.swapfile";
|
||||||
size = 17179869184; # 16G
|
size = 17179869184; # 16G
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue