checkpoint
This commit is contained in:
parent
cb30a0ba8b
commit
cc86b0a815
59 changed files with 834 additions and 123 deletions
13
clanServices/caddy/flake-module.nix
Normal file
13
clanServices/caddy/flake-module.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{...}: let
|
||||
module = ./default.nix;
|
||||
in {
|
||||
clan.modules.caddy = module;
|
||||
|
||||
# perSystem = {...}: {
|
||||
# clan.nixosTests.caddy = {
|
||||
# imports = [];
|
||||
|
||||
# clan.modules."@arda/caddy" = module;
|
||||
# };
|
||||
# };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue