feat: firefox ca root
This commit is contained in:
parent
62c1eb4b1d
commit
e2c5206369
8 changed files with 25 additions and 9 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
hostname,
|
||||
datadir ? null,
|
||||
dataBackupPath ? null,
|
||||
dbBackupPath ? null,
|
||||
}:
|
||||
|
|
@ -42,6 +43,7 @@
|
|||
configureRedis = true;
|
||||
hostName = hostname;
|
||||
https = true;
|
||||
datadir = lib.mkIf (datadir != null) datadir;
|
||||
phpExtraExtensions =
|
||||
all: with all; [
|
||||
imagick
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue