style: reformat hardware-configuration-void.nix
This commit is contained in:
parent
4b4e48fb4d
commit
d737c5ff61
1 changed files with 7 additions and 5 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue