hosts: server: disable swap

This commit is contained in:
Kabbone 2023-10-16 09:29:14 +02:00
parent 0de3dcea8d
commit 5dc2c8a98b
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -97,7 +97,8 @@
};
swapDevices = [ { device = "/swap/swapfile"; } ];
#swapDevices = [ { device = "/swap/swapfile"; } ];
swapDevices = [ ];
networking = {
useDHCP = false; # Deprecated