feat: inital public commit
This commit is contained in:
7
host/ark/options.nix
Normal file
7
host/ark/options.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ lib, ... }: {
|
||||
options.oauth = {
|
||||
name = lib.mkOption { type = lib.types.str; };
|
||||
secrets = lib.mkOption { type = lib.types.attrs; };
|
||||
};
|
||||
|
||||
}
|
Reference in New Issue
Block a user