Removing swap

master
Antoine Fauroux 2025-04-08 11:43:59 -04:00
parent 6ec163ba8d
commit ac0dbb28bb
1 changed files with 4 additions and 4 deletions

View File

@ -45,10 +45,10 @@
# Note: Using swap on the SSD rapidly degrades its lifespan # Note: Using swap on the SSD rapidly degrades its lifespan
# Especially large swaps that are consistently filled # Especially large swaps that are consistently filled
swapDevices = [ { #swapDevices = [ {
device = "/swapfile"; # device = "/swapfile";
size = 125*1024; # size = 125*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