Increase the swap a bit
This commit is contained in:
parent
44d646adc0
commit
a17a04d551
|
@ -34,7 +34,7 @@
|
||||||
content = {
|
content = {
|
||||||
root = {
|
root = {
|
||||||
name = "root";
|
name = "root";
|
||||||
end = "-1G";
|
end = "-2G";
|
||||||
content = {
|
content = {
|
||||||
type = "filesystem";
|
type = "filesystem";
|
||||||
format = "bcachefs";
|
format = "bcachefs";
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
encryptedSwap = {
|
encryptedSwap = {
|
||||||
size = "10M";
|
size = "20M";
|
||||||
content = {
|
content = {
|
||||||
type = "swap";
|
type = "swap";
|
||||||
randomEncryption = true;
|
randomEncryption = true;
|
||||||
|
|
Loading…
Reference in a new issue