style: reformat hardware-configuration-void.nix

This commit is contained in:
Khaïs COLIN 2025-05-03 15:01:15 +02:00
parent 4b4e48fb4d
commit d737c5ff61

View file

@ -33,11 +33,13 @@
options = ["fmask=0022" "dmask=0022"]; options = ["fmask=0022" "dmask=0022"];
}; };
swapDevices = [{ swapDevices = [
device = "/swapfile"; {
# 16 GB swap device = "/swapfile";
size = 16 * 1024; # 16 GB swap
}]; size = 16 * 1024;
}
];
zramSwap.enable = true; zramSwap.enable = true;
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking