diff --git a/morph/lib/base.nix b/morph/lib/base.nix index 3bc6ae4c4205250a0e023a316b3159186ee78046..71d4dfb57c8723a384a3dfb9d08a6069914de3d2 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 {