From 3d026ddc0478df34ae78b60b2183f6083e0ab226 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Mon, 25 Jul 2022 00:41:41 -0400 Subject: [PATCH] rm modules/morph.nix --- modules/morph.nix | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 modules/morph.nix diff --git a/modules/morph.nix b/modules/morph.nix deleted file mode 100644 index 2bd2dd7..0000000 --- a/modules/morph.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ lib, ... }: -with lib.types; -{ - options.sconfig.morph = { - - sshPublicKeys = lib.mkOption { - type = listOf str; - default = [ ]; - }; - - deployment = lib.mkOption { - type = attrs; - default = { }; - }; - - }; -}