From eb76d68e2f951093e0f2a10a3cc13732fb29e62e Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Sun, 2 Feb 2025 10:22:31 +0000
Subject: [PATCH] Add cryptsetup

---
 nix/hosts/common/default.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nix/hosts/common/default.nix b/nix/hosts/common/default.nix
index 24feaec9..929063e4 100644
--- a/nix/hosts/common/default.nix
+++ b/nix/hosts/common/default.nix
@@ -25,6 +25,7 @@
   environment.systemPackages =
     with pkgs;
     [
+      cryptsetup
       fastfetch
       mermaid-cli
       mkcert