diff --git a/hardware-configuration-void.nix b/hardware-configuration-void.nix index 927dbe9..d78e3f6 100644 --- a/hardware-configuration-void.nix +++ b/hardware-configuration-void.nix @@ -33,11 +33,13 @@ options = ["fmask=0022" "dmask=0022"]; }; - swapDevices = [{ - device = "/swapfile"; - # 16 GB swap - size = 16 * 1024; - }]; + swapDevices = [ + { + device = "/swapfile"; + # 16 GB swap + size = 16 * 1024; + } + ]; zramSwap.enable = true; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking