From 6ec163ba8d7cd73ee8d1a28412b10d849b6fe274 Mon Sep 17 00:00:00 2001
From: David Crompton <david.crompton@mail.utoronto.ca>
Date: Fri, 28 Mar 2025 13:56:47 -0400
Subject: [PATCH] kcnhub: add swap note/warning

---
 machines/kcnhub/hardware-configuration.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/machines/kcnhub/hardware-configuration.nix b/machines/kcnhub/hardware-configuration.nix
index 4eae8f6..1870085 100644
--- a/machines/kcnhub/hardware-configuration.nix
+++ b/machines/kcnhub/hardware-configuration.nix
@@ -43,6 +43,8 @@
       options = [ "defaults" "pquota" ];
     };
 
+  # Note: Using swap on the SSD rapidly degrades its lifespan
+  # Especially large swaps that are consistently filled
   swapDevices = [ {
     device = "/swapfile";
     size = 125*1024;