1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

clenaup bootstrap a bit

This commit is contained in:
Robin Appelman 2025-11-05 23:11:05 +01:00
commit 666b58a773
5 changed files with 97 additions and 109 deletions

View file

@ -7,4 +7,6 @@ runCommand "configs" {} ''
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
cp ${./php-fpm.conf} $out/etc/php-fpm.conf
cp ${./nginx.conf} $out/etc/nginx.conf
''