refactor: move zswap into extra-hardware

This commit is contained in:
matt1432 2023-10-15 15:14:42 -04:00
parent 9d00443094
commit 11ca45ede7
2 changed files with 2 additions and 2 deletions

View file

@ -51,6 +51,4 @@
libvirtd.enable = true;
waydroid.enable = true;
};
zramSwap.enable = true;
}

View file

@ -25,6 +25,8 @@
swapDevices = [ ];
zramSwap.enable = true;
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction