mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
initial nix based docker images
This commit is contained in:
parent
4972a889eb
commit
06bf3b4b62
72 changed files with 472 additions and 789 deletions
8
nix/image/configs.nix
Normal file
8
nix/image/configs.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{runCommand}:
|
||||
runCommand "configs" {} ''
|
||||
mkdir -p $out/etc
|
||||
mkdir -p $out/conf
|
||||
cp ${./configs/cron.conf} $out/etc/oc-cron.conf
|
||||
cp ${./configs/nginx-app.conf} $out/conf/nginx-app.conf
|
||||
cp -r ${./configs/nc} $out/etc/nc
|
||||
''
|
||||
Loading…
Add table
Add a link
Reference in a new issue