Module pour lychee #4

Merged
sinavir merged 5 commits from photos-nuit into main 2022-12-13 21:56:50 +01:00
Showing only changes of commit 4656f9c678 - Show all commits

View file

@ -1,7 +1,7 @@
{ pkgs, lib, config, ... }:
let
cfg = config.services.lychee;
src = pkgs.lychee-gallery;
src = cfg.package;
envConf = cfg.settings;
in
{
@ -12,6 +12,9 @@ in
default = "localhost";
example = "www.example.com";
};
package = lib.mkOption {
type = lib.types.path;
};
forceSSL = lib.mkOption {
type = lib.types.bool;
default = true;