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

move redis certificates

This commit is contained in:
Robin Appelman 2026-03-09 18:30:32 +01:00
commit 80d71bd7a0
17 changed files with 18 additions and 18 deletions

View file

@ -104,9 +104,9 @@
'';
};
redis-certificates = runCommand "scripts" {} ''
certificates = runCommand "scripts" {} ''
mkdir -p $out
cp -r ${../../redis-certificates} $out/redis-certificates
cp -r ${../../certificates} $out/certificates
'';
clamav-data = runCommand "scripts" {} ''
mkdir -p $out/etc
@ -170,7 +170,7 @@ in
bootstrap
configs
scripts
redis-certificates
certificates
clamav-data
shadowSetupScript
];