mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-03 16:13:07 +02:00
I made a 64G swap file when I had 56G of free space 💀
Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
parent
6ad74412c7
commit
a2b4d5ae2f
1 changed files with 2 additions and 2 deletions
|
@ -23,10 +23,10 @@
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [ {
|
swapDevices = [ /* {
|
||||||
device = "/var/lib/swapfile";
|
device = "/var/lib/swapfile";
|
||||||
size = 64 * 1024;
|
size = 64 * 1024;
|
||||||
} ];
|
} */];
|
||||||
|
|
||||||
# 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
|
||||||
# (the default) this is the recommended approach. When using systemd-networkd it's
|
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||||
|
|
Loading…
Reference in a new issue