From d737c5ff6159086c59709d596b525b26e759ac62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Sat, 3 May 2025 15:01:15 +0200 Subject: [PATCH] style: reformat hardware-configuration-void.nix --- hardware-configuration-void.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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