zram on picard

This commit is contained in:
Andrea Ciceri 2024-02-21 17:53:57 +01:00
parent 40a5ea422b
commit fe9d1a92dc
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -108,6 +108,11 @@
driSupport32Bit = true;
};
zramSwap = {
enable = true;
algorithm = "zstd";
};
# TODO move away from here (how can the interface name be retrieved programmatically?)
networking.interfaces.enp11s0.wakeOnLan = {
enable = true;