From a1fbaf9980bebef7d476c15bc85e066273cb7202 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 23 Jun 2021 14:25:48 -0400
Subject: [PATCH] It turns out we don't actually need this right now.

Maybe later?
---
 morph/lib/storage.nix | 1 -
 1 file changed, 1 deletion(-)

diff --git a/morph/lib/storage.nix b/morph/lib/storage.nix
index 768125ae..c0c702a8 100644
--- a/morph/lib/storage.nix
+++ b/morph/lib/storage.nix
@@ -1,4 +1,3 @@
-{ config, ... }:
 rec {
   deployment = {
     secrets = {
-- 
GitLab