install lychee
This commit is contained in:
parent
ed92c3df99
commit
67e6da809c
3 changed files with 12 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
./garage.nix
|
||||
./nextcloud.nix
|
||||
./outline.nix
|
||||
./lychee.nix
|
||||
./minecraft.nix
|
||||
# ./rstudio-server
|
||||
./nur.nix
|
||||
|
|
10
machines/public-cof/lychee.nix
Normal file
10
machines/public-cof/lychee.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, ... }: {
|
||||
services.lychee = {
|
||||
enable = true;
|
||||
package = pkgs.rz.lychee-gallery;
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
website = "photos.ens.wtf";
|
||||
settings.APP_URL = "https://${config.services.lychee.website}";
|
||||
};
|
||||
}
|
|
@ -8,7 +8,7 @@ let
|
|||
in
|
||||
{
|
||||
nixpkgs.config.packageOverrides = {
|
||||
# rz = import rz-src { inherit pkgs; };
|
||||
rz = import rz-src { inherit pkgs; };
|
||||
};
|
||||
|
||||
imports = [
|
||||
|
|
Loading…
Add table
Reference in a new issue