mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
fix phpunit
This commit is contained in:
parent
d702aaf957
commit
7985255d9d
7 changed files with 85 additions and 16 deletions
|
|
@ -1,8 +1,10 @@
|
|||
{runCommand}:
|
||||
runCommand "configs" {} ''
|
||||
mkdir -p $out/etc
|
||||
mkdir -p $out/etc/sudoers.d
|
||||
mkdir -p $out/conf
|
||||
cp ${./configs/cron.conf} $out/etc/oc-cron.conf
|
||||
cp ${./configs/nginx-app.conf} $out/conf/nginx-app.conf
|
||||
cp ${./configs/sudoers} $out/etc/sudoers.d/haze
|
||||
cp -r ${./configs/nc} $out/etc/nc
|
||||
''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue