checkpoint
This commit is contained in:
parent
cb30a0ba8b
commit
cc86b0a815
59 changed files with 834 additions and 123 deletions
23
clanServices/caddy/default.nix
Normal file
23
clanServices/caddy/default.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{...}: {
|
||||
_class = "clan.service";
|
||||
manifest = {
|
||||
name = "arda/caddy";
|
||||
description = ''
|
||||
Configuration of reverse proxy.
|
||||
'';
|
||||
categories = [ "Service", "Media" ];
|
||||
readme = builtins.readFile ./README.md
|
||||
};
|
||||
|
||||
roles.default = {
|
||||
description = '''';
|
||||
|
||||
interface = {...}: {
|
||||
options = {};
|
||||
};
|
||||
|
||||
perInstance = {...}: {
|
||||
nixosModule = {...}: {};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue