Skip to content

Commit

Permalink
add nixpkgs-caddy into swan
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasur committed Jun 19, 2024
1 parent 8937d21 commit e509943
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hosts/swan/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
globals
inputs.home-manager.nixosModules.home-manager
Expand Down

0 comments on commit e509943

Please sign in to comment.