mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
started refactoring caddy & homelab config
This commit is contained in:
parent
1b6335ed72
commit
343becaa57
4 changed files with 97 additions and 30 deletions
11
customs/caddy/default.nix
Normal file
11
customs/caddy/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> { };
|
||||
|
||||
in
|
||||
{
|
||||
name = "caddy";
|
||||
buildInputs = with pkgs; [
|
||||
xcaddy
|
||||
go
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue