mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 21:20:13 +00:00
replace caddy-cloudflare overlay with nixpkgs pr plugin override
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user