From 73432eded0ec11c488c9d56b3f0354832aed1ca3 Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@private.storage>
Date: Mon, 19 Jun 2023 22:32:00 +0000
Subject: [PATCH] Clarify comment

---
 morph/lib/issuer-aws.nix | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/morph/lib/issuer-aws.nix b/morph/lib/issuer-aws.nix
index 09b43de2..8a7c14ec 100644
--- a/morph/lib/issuer-aws.nix
+++ b/morph/lib/issuer-aws.nix
@@ -13,8 +13,9 @@
     randomEncryption = true;
   } ];
 
-  # If we don't autoload the loop module, crypt-swap setup fails with the
-  # not very helpful message: "loop device with autoclear flag is required"
+  # If we don't manually and explicitly early-load the loop module, crypt-swap
+  # setup fails with the not very helpful message: "loop device with autoclear
+  # flag is required"
   # See https://unix.stackexchange.com/a/554500/81275
   boot.kernelModules = [ "loop" ];
 
-- 
GitLab