Build blog image with NixNG
This commit is contained in:
parent
bbb149def3
commit
4f956c005c
7 changed files with 156 additions and 58 deletions
|
@ -2,6 +2,8 @@
|
|||
self,
|
||||
flake-utils,
|
||||
nixng,
|
||||
nginx,
|
||||
blog,
|
||||
nixpkgs,
|
||||
nixpkgs-jellyseerr,
|
||||
nixpkgs-bazarr,
|
||||
|
@ -18,6 +20,7 @@ flake-utils.lib.eachDefaultSystem (system: let
|
|||
sonarr = ./sonarr.nix;
|
||||
bazarr = ./bazarr.nix;
|
||||
prowlarr = ./prowlarr.nix;
|
||||
blog = ./blog.nix;
|
||||
};
|
||||
in {
|
||||
nixngConfigurations = builtins.mapAttrs (name: configFile:
|
||||
|
@ -27,6 +30,7 @@ in {
|
|||
config = import configFile;
|
||||
|
||||
specialArgs = {
|
||||
inherit nginx blog;
|
||||
inherit (self) globals;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue