From ac0dbb28bbf9bdfcb1a235e6f24577c9ab9a40bb Mon Sep 17 00:00:00 2001 From: Antoine Fauroux Date: Tue, 8 Apr 2025 11:43:59 -0400 Subject: [PATCH] Removing swap --- machines/kcnhub/hardware-configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/machines/kcnhub/hardware-configuration.nix b/machines/kcnhub/hardware-configuration.nix index 1870085..ba1b045 100644 --- a/machines/kcnhub/hardware-configuration.nix +++ b/machines/kcnhub/hardware-configuration.nix @@ -45,10 +45,10 @@ # Note: Using swap on the SSD rapidly degrades its lifespan # Especially large swaps that are consistently filled - swapDevices = [ { - device = "/swapfile"; - size = 125*1024; - } ]; + #swapDevices = [ { + # device = "/swapfile"; + # size = 125*1024; + #} ]; # 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