mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 05:43:11 +02:00
FIVE HUNDRED GIGS OF SWAP
Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
parent
a2b4d5ae2f
commit
644808d12d
1 changed files with 5 additions and 1 deletions
|
@ -26,7 +26,11 @@
|
|||
swapDevices = [ /* {
|
||||
device = "/var/lib/swapfile";
|
||||
size = 64 * 1024;
|
||||
} */];
|
||||
} */
|
||||
{
|
||||
device = "/dev/sda2";
|
||||
}
|
||||
];
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue