mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
rm modules/morph.nix
This commit is contained in:
parent
ba32027d12
commit
3d026ddc04
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
||||||
{ lib, ... }:
|
|
||||||
with lib.types;
|
|
||||||
{
|
|
||||||
options.sconfig.morph = {
|
|
||||||
|
|
||||||
sshPublicKeys = lib.mkOption {
|
|
||||||
type = listOf str;
|
|
||||||
default = [ ];
|
|
||||||
};
|
|
||||||
|
|
||||||
deployment = lib.mkOption {
|
|
||||||
type = attrs;
|
|
||||||
default = { };
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue