hack around mediawiki not being able to process symlinks
This commit is contained in:
parent
0ef987fd94
commit
27a6253d9b
2 changed files with 4 additions and 0 deletions
|
@ -114,6 +114,7 @@
|
||||||
zsh
|
zsh
|
||||||
unzip
|
unzip
|
||||||
yazi
|
yazi
|
||||||
|
imagemagick
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,9 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
||||||
|
system.activationScripts.hacky-mediawiki-convert = ''
|
||||||
|
cp ${pkgs.imagemagick}/bin/convert /srv/web/wiki.ese/convert
|
||||||
|
'';
|
||||||
users.users.${user} = {
|
users.users.${user} = {
|
||||||
group = group;
|
group = group;
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue