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
|
||||
unzip
|
||||
yazi
|
||||
imagemagick
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
@ -6,6 +6,9 @@ let
|
|||
in
|
||||
{
|
||||
|
||||
system.activationScripts.hacky-mediawiki-convert = ''
|
||||
cp ${pkgs.imagemagick}/bin/convert /srv/web/wiki.ese/convert
|
||||
'';
|
||||
users.users.${user} = {
|
||||
group = group;
|
||||
isSystemUser = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue