From b497e9d91a23ae21a0da13c57c6f229adf1a9486 Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@private.storage>
Date: Fri, 11 Feb 2022 09:19:52 +0000
Subject: [PATCH] Cleansing

---
 morph/lib/base.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/morph/lib/base.nix b/morph/lib/base.nix
index 3bc6ae4c..71d4dfb5 100644
--- a/morph/lib/base.nix
+++ b/morph/lib/base.nix
@@ -1,5 +1,5 @@
 # This module contains settings and configuration that apply to all nodes in a grid.
-{ lib, config, nodes, ...}:
+{ lib, config, ...}:
 {
   options.grid = {
     publicKeyPath = lib.mkOption {
-- 
GitLab