started refactoring caddy & homelab config

This commit is contained in:
chloe 2024-07-17 14:30:30 +02:00
parent 1b6335ed72
commit 343becaa57
4 changed files with 97 additions and 30 deletions

11
customs/caddy/default.nix Normal file
View file

@ -0,0 +1,11 @@
let
pkgs = import <nixpkgs> { };
in
{
name = "caddy";
buildInputs = with pkgs; [
xcaddy
go
];
}