replace caddy-cloudflare overlay with nixpkgs pr plugin override

This commit is contained in:
Noah Masur
2024-05-05 15:18:43 -04:00
parent ee97213b9f
commit 962515c10e
5 changed files with 39 additions and 69 deletions

View File

@ -8,9 +8,11 @@
...
}:
inputs.nixpkgs.lib.nixosSystem {
inputs.nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux";
specialArgs = { };
specialArgs = {
pkgs-caddy = import inputs.nixpkgs-caddy { inherit system; };
};
modules = import ./modules.nix { inherit inputs globals overlays; } ++ [
{
# This is the root filesystem containing NixOS