Remove option writebackDevice

You can only use this with a block device so I would need a dedicated partition
for this.

https://github.com/systemd/zram-generator/issues/139
This commit is contained in:
Andreas Zweili 2024-03-07 22:11:31 +01:00
parent e9c0a2196d
commit 344b3d2c76
3 changed files with 0 additions and 3 deletions

View File

@ -64,7 +64,6 @@
zramSwap = {
enable = true;
writebackDevice = "/var/lib/zram_writeback";
};
swapDevices = [ { device = "/dev/disk/by-label/swap"; } ];

View File

@ -11,7 +11,6 @@
zramSwap = {
enable = true;
writebackDevice = "/var/lib/zram_writeback";
};
# Features

View File

@ -11,7 +11,6 @@
zramSwap = {
enable = true;
writebackDevice = "/var/lib/zram_writeback";
};
profiles.az-server.enable = true;