Build Caddy with cloudflare as overlay

This commit is contained in:
pazpi 2024-10-07 22:03:39 +02:00
parent abfd06a50d
commit 7d2ce03dc3
5 changed files with 95 additions and 3 deletions

View file

@ -11,6 +11,7 @@
# NixOS related inputs
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
@ -40,6 +41,7 @@
{
self,
nixpkgs,
nixpkgs-unstable,
nixos-hardware,
lix-module,
agenix,