This commit is contained in:
parent
70b53b5c01
commit
a52aed5778
@ -29,6 +29,13 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
## Enable ZRAM swap to help with root on tmpfs
|
||||||
|
zramSwap = {
|
||||||
|
enable = true;
|
||||||
|
memoryPercent = 200;
|
||||||
|
algorithm = "zstd";
|
||||||
|
};
|
||||||
|
|
||||||
## Desktop
|
## Desktop
|
||||||
custom.users.jake.password = true;
|
custom.users.jake.password = true;
|
||||||
custom.desktop.awesome.enable = true;
|
custom.desktop.awesome.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user