rm modules/morph.nix

This commit is contained in:
Sean Buckley 2022-07-25 00:41:41 -04:00
parent ba32027d12
commit 3d026ddc04

View file

@ -1,17 +0,0 @@
{ lib, ... }:
with lib.types;
{
options.sconfig.morph = {
sshPublicKeys = lib.mkOption {
type = listOf str;
default = [ ];
};
deployment = lib.mkOption {
type = attrs;
default = { };
};
};
}