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 = { }; - }; - - }; -}